Commit 067ca2ee by good luck

update composition-api

parent 3244651b
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
"@vue/cli-plugin-babel": "^4.5.13", "@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13", "@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-service": "^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", "@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
"eslint-plugin-vue": "^7.14.0", "eslint-plugin-vue": "^7.14.0",
"filemanager-webpack-plugin": "^6.1.4", "filemanager-webpack-plugin": "^6.1.4",
"image-webpack-loader": "^7.0.1", "image-webpack-loader": "^7.0.1",
"lint-staged": "^11.0.1", "lint-staged": "^11.1.1",
"plop": "^2.7.4", "plop": "^2.7.4",
"prettier": "^2.3.2", "prettier": "^2.3.2",
"sass": "~1.32.13", "sass": "~1.32.13",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
/* stylelint-disable */ /* stylelint-disable */
@charset "utf-8"; @charset "utf-8";
//框架默认主题色 //框架默认主题色
$base-color-default: #1890ff; $base-color-default: #41b584;
//默认层级 //默认层级
$base-z-index: 999; $base-z-index: 999;
//横向布局纵向布局时菜单背景色 //横向布局纵向布局时菜单背景色
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment