fix: fix the default value of props
正在显示
... | @@ -37,7 +37,7 @@ | ... | @@ -37,7 +37,7 @@ |
"@logicflow/extension": "^0.3.4", | "@logicflow/extension": "^0.3.4", | ||
"@vueuse/core": "^4.9.0", | "@vueuse/core": "^4.9.0", | ||
"@zxcvbn-ts/core": "^0.3.0", | "@zxcvbn-ts/core": "^0.3.0", | ||
"ant-design-vue": "^2.1.2", | "ant-design-vue": "^2.1.3", | ||
"axios": "^0.21.1", | "axios": "^0.21.1", | ||
"codemirror": "^5.61.0", | "codemirror": "^5.61.0", | ||
"cropperjs": "^1.5.11", | "cropperjs": "^1.5.11", | ||
... | @@ -78,7 +78,7 @@ | ... | @@ -78,7 +78,7 @@ |
"@typescript-eslint/eslint-plugin": "^4.22.0", | "@typescript-eslint/eslint-plugin": "^4.22.0", | ||
"@typescript-eslint/parser": "^4.22.0", | "@typescript-eslint/parser": "^4.22.0", | ||
"@vitejs/plugin-legacy": "^1.3.2", | "@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", | "@vitejs/plugin-vue-jsx": "^1.1.3", | ||
"@vue/compiler-sfc": "3.0.11", | "@vue/compiler-sfc": "3.0.11", | ||
"autoprefixer": "^10.2.5", | "autoprefixer": "^10.2.5", | ||
... | @@ -87,7 +87,7 @@ | ... | @@ -87,7 +87,7 @@ |
"cross-env": "^7.0.3", | "cross-env": "^7.0.3", | ||
"dotenv": "^8.2.0", | "dotenv": "^8.2.0", | ||
"eslint": "^7.25.0", | "eslint": "^7.25.0", | ||
"eslint-config-prettier": "^8.2.0", | "eslint-config-prettier": "^8.3.0", | ||
"eslint-define-config": "^1.0.8", | "eslint-define-config": "^1.0.8", | ||
"eslint-plugin-prettier": "^3.4.0", | "eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-vue": "^7.9.0", | "eslint-plugin-vue": "^7.9.0", | ||
... | @@ -104,9 +104,9 @@ | ... | @@ -104,9 +104,9 @@ |
"pretty-quick": "^3.1.0", | "pretty-quick": "^3.1.0", | ||
"rimraf": "^3.0.2", | "rimraf": "^3.0.2", | ||
"rollup-plugin-visualizer": "5.3.4", | "rollup-plugin-visualizer": "5.3.4", | ||
"stylelint": "^13.12.0", | "stylelint": "^13.13.0", | ||
"stylelint-config-prettier": "^8.0.2", | "stylelint-config-prettier": "^8.0.2", | ||
"stylelint-config-standard": "^21.0.0", | "stylelint-config-standard": "^22.0.0", | ||
"stylelint-order": "^4.1.0", | "stylelint-order": "^4.1.0", | ||
"ts-node": "^9.1.1", | "ts-node": "^9.1.1", | ||
"typescript": "4.2.4", | "typescript": "4.2.4", | ||
... | ... |
请
注册
或者
登录
后发表评论