From 067ca2eeb224c3409e7e9ee2adb4d945c2c0f8fb Mon Sep 17 00:00:00 2001 From: good luck <1204505056@qq.com> Date: Wed, 28 Jul 2021 11:57:22 +0800 Subject: [PATCH] update composition-api --- package.json | 4 ++-- src/styles/variables.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9843a0a..456831a 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@vue/cli-plugin-babel": "^4.5.13", "@vue/cli-plugin-eslint": "^4.5.13", "@vue/cli-service": "^4.5.13", - "@vue/composition-api": "^1.0.3", + "@vue/composition-api": "^1.0.4", "@vue/eslint-config-prettier": "^6.0.0", "babel-eslint": "^10.1.0", "body-parser": "^1.19.0", @@ -83,7 +83,7 @@ "eslint-plugin-vue": "^7.14.0", "filemanager-webpack-plugin": "^6.1.4", "image-webpack-loader": "^7.0.1", - "lint-staged": "^11.0.1", + "lint-staged": "^11.1.1", "plop": "^2.7.4", "prettier": "^2.3.2", "sass": "~1.32.13", diff --git a/src/styles/variables.scss b/src/styles/variables.scss index d5622fb..f51cf75 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -5,7 +5,7 @@ /* stylelint-disable */ @charset "utf-8"; //框架默认主题色 -$base-color-default: #1890ff; +$base-color-default: #41b584; //默认层级 $base-z-index: 999; //横向布局纵向布局时菜单背景色