fix(menu): make sure the menu is activated correctly
正在显示
... | @@ -39,7 +39,7 @@ | ... | @@ -39,7 +39,7 @@ |
"@logicflow/extension": "^0.5.0", | "@logicflow/extension": "^0.5.0", | ||
"@vueuse/core": "^5.0.3", | "@vueuse/core": "^5.0.3", | ||
"@zxcvbn-ts/core": "^1.0.0-beta.0", | "@zxcvbn-ts/core": "^1.0.0-beta.0", | ||
"ant-design-vue": "2.2.0-beta.6", | "ant-design-vue": "2.2.0-rc.1", | ||
"axios": "^0.21.1", | "axios": "^0.21.1", | ||
"codemirror": "^5.62.0", | "codemirror": "^5.62.0", | ||
"cropperjs": "^1.5.12", | "cropperjs": "^1.5.12", | ||
... | @@ -53,6 +53,7 @@ | ... | @@ -53,6 +53,7 @@ |
"pinia": "^2.0.0-beta.3", | "pinia": "^2.0.0-beta.3", | ||
"print-js": "^1.6.0", | "print-js": "^1.6.0", | ||
"qrcode": "^1.4.4", | "qrcode": "^1.4.4", | ||
"resize-observer-polyfill": "^1.5.1", | |||
"sortablejs": "^1.13.0", | "sortablejs": "^1.13.0", | ||
"tinymce": "^5.8.2", | "tinymce": "^5.8.2", | ||
"vditor": "^3.8.5", | "vditor": "^3.8.5", | ||
... | @@ -66,7 +67,7 @@ | ... | @@ -66,7 +67,7 @@ |
"devDependencies": { | "devDependencies": { | ||
"@commitlint/cli": "^12.1.4", | "@commitlint/cli": "^12.1.4", | ||
"@commitlint/config-conventional": "^12.1.4", | "@commitlint/config-conventional": "^12.1.4", | ||
"@iconify/json": "^1.1.362", | "@iconify/json": "^1.1.364", | ||
"@purge-icons/generated": "^0.7.0", | "@purge-icons/generated": "^0.7.0", | ||
"@types/codemirror": "^5.60.1", | "@types/codemirror": "^5.60.1", | ||
"@types/crypto-js": "^4.0.1", | "@types/crypto-js": "^4.0.1", | ||
... | @@ -81,8 +82,8 @@ | ... | @@ -81,8 +82,8 @@ |
"@types/qrcode": "^1.4.0", | "@types/qrcode": "^1.4.0", | ||
"@types/qs": "^6.9.6", | "@types/qs": "^6.9.6", | ||
"@types/sortablejs": "^1.10.6", | "@types/sortablejs": "^1.10.6", | ||
"@typescript-eslint/eslint-plugin": "^4.28.0", | "@typescript-eslint/eslint-plugin": "^4.28.1", | ||
"@typescript-eslint/parser": "^4.28.0", | "@typescript-eslint/parser": "^4.28.1", | ||
"@vitejs/plugin-legacy": "^1.4.3", | "@vitejs/plugin-legacy": "^1.4.3", | ||
"@vitejs/plugin-vue": "^1.2.4", | "@vitejs/plugin-vue": "^1.2.4", | ||
"@vitejs/plugin-vue-jsx": "^1.1.6", | "@vitejs/plugin-vue-jsx": "^1.1.6", | ||
... | @@ -105,7 +106,7 @@ | ... | @@ -105,7 +106,7 @@ |
"husky": "^6.0.0", | "husky": "^6.0.0", | ||
"inquirer": "^8.1.1", | "inquirer": "^8.1.1", | ||
"is-ci": "^3.0.0", | "is-ci": "^3.0.0", | ||
"jest": "^27.0.5", | "jest": "^27.0.6", | ||
"less": "^4.1.1", | "less": "^4.1.1", | ||
"lint-staged": "^11.0.0", | "lint-staged": "^11.0.0", | ||
"npm-run-all": "^4.1.5", | "npm-run-all": "^4.1.5", | ||
... | @@ -113,7 +114,7 @@ | ... | @@ -113,7 +114,7 @@ |
"prettier": "^2.3.2", | "prettier": "^2.3.2", | ||
"pretty-quick": "^3.1.1", | "pretty-quick": "^3.1.1", | ||
"rimraf": "^3.0.2", | "rimraf": "^3.0.2", | ||
"rollup-plugin-visualizer": "5.5.0", | "rollup-plugin-visualizer": "5.5.1", | ||
"stylelint": "^13.13.1", | "stylelint": "^13.13.1", | ||
"stylelint-config-prettier": "^8.0.2", | "stylelint-config-prettier": "^8.0.2", | ||
"stylelint-config-standard": "^22.0.0", | "stylelint-config-standard": "^22.0.0", | ||
... | @@ -122,7 +123,7 @@ | ... | @@ -122,7 +123,7 @@ |
"ts-jest": "^27.0.3", | "ts-jest": "^27.0.3", | ||
"ts-node": "^10.0.0", | "ts-node": "^10.0.0", | ||
"typescript": "4.3.4", | "typescript": "4.3.4", | ||
"vite": "2.3.8", | "vite": "2.4.0-beta.2", | ||
"vite-plugin-compression": "^0.2.5", | "vite-plugin-compression": "^0.2.5", | ||
"vite-plugin-html": "^2.0.7", | "vite-plugin-html": "^2.0.7", | ||
"vite-plugin-imagemin": "^0.3.2", | "vite-plugin-imagemin": "^0.3.2", | ||
... | ... |
请
注册
或者
登录
后发表评论