refactor(menu): added component. Solve the menu stuck problem
正在显示
... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@iconify/iconify": "^2.0.0-rc.6", | "@iconify/iconify": "^2.0.0-rc.6", | ||
"@vueuse/core": "^4.0.5", | "@vueuse/core": "^4.0.8", | ||
"ant-design-vue": "^2.0.0-rc.8", | "ant-design-vue": "^2.0.0-rc.8", | ||
"apexcharts": "^3.23.1", | "apexcharts": "^3.23.1", | ||
"axios": "^0.21.1", | "axios": "^0.21.1", | ||
... | @@ -45,12 +45,12 @@ | ... | @@ -45,12 +45,12 @@ |
"devDependencies": { | "devDependencies": { | ||
"@commitlint/cli": "^11.0.0", | "@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | "@commitlint/config-conventional": "^11.0.0", | ||
"@iconify/json": "^1.1.286", | "@iconify/json": "^1.1.287", | ||
"@ls-lint/ls-lint": "^1.9.2", | "@ls-lint/ls-lint": "^1.9.2", | ||
"@purge-icons/generated": "^0.5.1", | "@purge-icons/generated": "^0.5.1", | ||
"@types/echarts": "^4.9.3", | "@types/echarts": "^4.9.3", | ||
"@types/fs-extra": "^9.0.6", | "@types/fs-extra": "^9.0.6", | ||
"@types/http-proxy": "^1.17.4", | "@types/http-proxy": "^1.17.5", | ||
"@types/koa-static": "^4.0.1", | "@types/koa-static": "^4.0.1", | ||
"@types/lodash-es": "^4.17.4", | "@types/lodash-es": "^4.17.4", | ||
"@types/mockjs": "^1.0.3", | "@types/mockjs": "^1.0.3", | ||
... | @@ -63,24 +63,24 @@ | ... | @@ -63,24 +63,24 @@ |
"@typescript-eslint/eslint-plugin": "^4.13.0", | "@typescript-eslint/eslint-plugin": "^4.13.0", | ||
"@typescript-eslint/parser": "^4.13.0", | "@typescript-eslint/parser": "^4.13.0", | ||
"@vitejs/plugin-legacy": "^1.2.1", | "@vitejs/plugin-legacy": "^1.2.1", | ||
"@vitejs/plugin-vue": "^1.0.5", | "@vitejs/plugin-vue": "^1.0.6", | ||
"@vitejs/plugin-vue-jsx": "^1.0.2", | "@vitejs/plugin-vue-jsx": "^1.0.2", | ||
"@vue/compiler-sfc": "^3.0.5", | "@vue/compiler-sfc": "^3.0.5", | ||
"@vuedx/typecheck": "^0.5.0", | "@vuedx/typecheck": "^0.5.0", | ||
"@vuedx/typescript-plugin-vue": "^0.5.0", | "@vuedx/typescript-plugin-vue": "^0.5.0", | ||
"autoprefixer": "^10.2.1", | "autoprefixer": "^10.2.1", | ||
"commitizen": "^4.2.2", | "commitizen": "^4.2.3", | ||
"conventional-changelog-cli": "^2.1.1", | "conventional-changelog-cli": "^2.1.1", | ||
"conventional-changelog-custom-config": "^0.3.1", | "conventional-changelog-custom-config": "^0.3.1", | ||
"cross-env": "^7.0.3", | "cross-env": "^7.0.3", | ||
"dotenv": "^8.2.0", | "dotenv": "^8.2.0", | ||
"eslint": "^7.17.0", | "eslint": "^7.18.0", | ||
"eslint-config-prettier": "^7.1.0", | "eslint-config-prettier": "^7.1.0", | ||
"eslint-plugin-prettier": "^3.3.1", | "eslint-plugin-prettier": "^3.3.1", | ||
"eslint-plugin-vue": "^7.4.1", | "eslint-plugin-vue": "^7.4.1", | ||
"esno": "^0.4.0", | "esno": "^0.4.0", | ||
"fs-extra": "^9.0.1", | "fs-extra": "^9.0.1", | ||
"husky": "^4.3.7", | "husky": "^4.3.8", | ||
"koa-static": "^5.0.0", | "koa-static": "^5.0.0", | ||
"less": "^4.1.0", | "less": "^4.1.0", | ||
"lint-staged": "^10.5.3", | "lint-staged": "^10.5.3", | ||
... | @@ -96,11 +96,11 @@ | ... | @@ -96,11 +96,11 @@ |
"stylelint-order": "^4.1.0", | "stylelint-order": "^4.1.0", | ||
"ts-node": "^9.1.0", | "ts-node": "^9.1.0", | ||
"typescript": "^4.1.3", | "typescript": "^4.1.3", | ||
"vite": "^2.0.0-beta.27", | "vite": "^2.0.0-beta.30", | ||
"vite-plugin-html": "^2.0.0-beta.5", | "vite-plugin-html": "^2.0.0-beta.5", | ||
"vite-plugin-mock": "^2.0.0-beta.3", | "vite-plugin-mock": "^2.0.0-beta.3", | ||
"vite-plugin-purge-icons": "^0.5.1", | "vite-plugin-purge-icons": "^0.5.1", | ||
"vite-plugin-pwa": "^0.3.6", | "vite-plugin-pwa": "^0.3.8", | ||
"vue-eslint-parser": "^7.3.0", | "vue-eslint-parser": "^7.3.0", | ||
"yargs": "^16.2.0" | "yargs": "^16.2.0" | ||
}, | }, | ||
... | ... |
src/components/MenuPlus/index.ts
deleted
100644 → 0
src/components/SimpleMenu/index.ts
0 → 100644
src/components/SimpleMenu/src/SimpleMenu.vue
0 → 100644
src/components/SimpleMenu/src/index.less
0 → 100644
src/components/SimpleMenu/src/types.ts
0 → 100644
src/components/SimpleMenu/src/useOpenKeys.ts
0 → 100644
src/locales/lang/en/component/drawer.ts
0 → 100644
src/locales/lang/en/component/menu.ts
0 → 100644
src/locales/lang/en/component/modal.ts
0 → 100644
src/locales/lang/zh_CN/component/drawer.ts
0 → 100644
src/locales/lang/zh_CN/component/menu.ts
0 → 100644
src/locales/lang/zh_CN/component/modal.ts
0 → 100644
请
注册
或者
登录
后发表评论