fix: fix the default value of props

This commit is contained in:
Vben
2021-04-25 20:49:00 +08:00
parent 6a8820597f
commit 8b2e0f665f
19 changed files with 87 additions and 71 deletions

View File

@@ -37,7 +37,7 @@
"@logicflow/extension": "^0.3.4",
"@vueuse/core": "^4.9.0",
"@zxcvbn-ts/core": "^0.3.0",
"ant-design-vue": "^2.1.2",
"ant-design-vue": "^2.1.3",
"axios": "^0.21.1",
"codemirror": "^5.61.0",
"cropperjs": "^1.5.11",
@@ -78,7 +78,7 @@
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@vitejs/plugin-legacy": "^1.3.2",
"@vitejs/plugin-vue": "^1.2.1",
"@vitejs/plugin-vue": "^1.2.2",
"@vitejs/plugin-vue-jsx": "^1.1.3",
"@vue/compiler-sfc": "3.0.11",
"autoprefixer": "^10.2.5",
@@ -87,7 +87,7 @@
"cross-env": "^7.0.3",
"dotenv": "^8.2.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-define-config": "^1.0.8",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.9.0",
@@ -104,9 +104,9 @@
"pretty-quick": "^3.1.0",
"rimraf": "^3.0.2",
"rollup-plugin-visualizer": "5.3.4",
"stylelint": "^13.12.0",
"stylelint": "^13.13.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^21.0.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"ts-node": "^9.1.1",
"typescript": "4.2.4",