feat(layout): add mix sidebar mode
正在显示
| ... | @@ -21,23 +21,23 @@ | ... | @@ -21,23 +21,23 @@ |
| "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap" | "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@iconify/iconify": "^2.0.0-rc.2", | "@iconify/iconify": "^2.0.0-rc.4", | ||
| "@vueuse/core": "^4.0.0-rc.9", | "@vueuse/core": "^4.0.0", | ||
| "ant-design-vue": "^2.0.0-rc.5", | "ant-design-vue": "^2.0.0-rc.5", | ||
| "apexcharts": "^3.22.3", | "apexcharts": "^3.23.0", | ||
| "axios": "^0.21.0", | "axios": "^0.21.0", | ||
| "crypto-es": "^1.2.6", | "crypto-es": "^1.2.6", | ||
| "echarts": "^4.9.0", | "echarts": "^4.9.0", | ||
| "lodash-es": "^4.17.15", | "lodash-es": "^4.17.20", | ||
| "mockjs": "^1.1.0", | "mockjs": "^1.1.0", | ||
| "moment": "^2.29.1", | "moment": "^2.29.1", | ||
| "nprogress": "^0.2.0", | "nprogress": "^0.2.0", | ||
| "path-to-regexp": "^6.2.0", | "path-to-regexp": "^6.2.0", | ||
| "qrcode": "^1.4.4", | "qrcode": "^1.4.4", | ||
| "sortablejs": "^1.12.0", | "sortablejs": "^1.12.0", | ||
| "vditor": "^3.7.2", | "vditor": "^3.7.3", | ||
| "vue": "^3.0.4", | "vue": "^3.0.4", | ||
| "vue-i18n": "^9.0.0-beta.13", | "vue-i18n": "9.0.0-beta.14", | ||
| "vue-router": "^4.0.1", | "vue-router": "^4.0.1", | ||
| "vue-types": "^3.0.1", | "vue-types": "^3.0.1", | ||
| "vuex": "^4.0.0-rc.2", | "vuex": "^4.0.0-rc.2", | ||
| ... | @@ -48,7 +48,7 @@ | ... | @@ -48,7 +48,7 @@ |
| "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.272", | "@iconify/json": "^1.1.275", | ||
| "@ls-lint/ls-lint": "^1.9.2", | "@ls-lint/ls-lint": "^1.9.2", | ||
| "@purge-icons/generated": "^0.4.1", | "@purge-icons/generated": "^0.4.1", | ||
| "@types/echarts": "^4.9.3", | "@types/echarts": "^4.9.3", | ||
| ... | @@ -61,10 +61,10 @@ | ... | @@ -61,10 +61,10 @@ |
| "@types/qrcode": "^1.3.5", | "@types/qrcode": "^1.3.5", | ||
| "@types/rollup-plugin-visualizer": "^2.6.0", | "@types/rollup-plugin-visualizer": "^2.6.0", | ||
| "@types/sortablejs": "^1.10.6", | "@types/sortablejs": "^1.10.6", | ||
| "@types/yargs": "^15.0.11", | "@types/yargs": "^15.0.12", | ||
| "@types/zxcvbn": "^4.4.0", | "@types/zxcvbn": "^4.4.0", | ||
| "@typescript-eslint/eslint-plugin": "^4.10.0", | "@typescript-eslint/eslint-plugin": "^4.11.0", | ||
| "@typescript-eslint/parser": "^4.10.0", | "@typescript-eslint/parser": "^4.11.0", | ||
| "@vue/compiler-sfc": "^3.0.4", | "@vue/compiler-sfc": "^3.0.4", | ||
| "@vuedx/typecheck": "^0.2.4-0", | "@vuedx/typecheck": "^0.2.4-0", | ||
| "@vuedx/typescript-plugin-vue": "^0.2.4-0", | "@vuedx/typescript-plugin-vue": "^0.2.4-0", | ||
| ... | @@ -75,16 +75,16 @@ | ... | @@ -75,16 +75,16 @@ |
| "cross-env": "^7.0.3", | "cross-env": "^7.0.3", | ||
| "dot-prop": "^6.0.1", | "dot-prop": "^6.0.1", | ||
| "dotenv": "^8.2.0", | "dotenv": "^8.2.0", | ||
| "eslint": "^7.15.0", | "eslint": "^7.16.0", | ||
| "eslint-config-prettier": "^7.0.0", | "eslint-config-prettier": "^7.1.0", | ||
| "eslint-plugin-prettier": "^3.3.0", | "eslint-plugin-prettier": "^3.3.0", | ||
| "eslint-plugin-vue": "^7.2.0", | "eslint-plugin-vue": "^7.3.0", | ||
| "esno": "^0.3.0", | "esno": "^0.3.0", | ||
| "fs-extra": "^9.0.1", | "fs-extra": "^9.0.1", | ||
| "globrex": "^0.1.2", | "globrex": "^0.1.2", | ||
| "husky": "^4.3.6", | "husky": "^4.3.6", | ||
| "koa-static": "^5.0.0", | "koa-static": "^5.0.0", | ||
| "less": "^3.13.0", | "less": "^4.0.0", | ||
| "lint-staged": "^10.5.3", | "lint-staged": "^10.5.3", | ||
| "portfinder": "^1.0.28", | "portfinder": "^1.0.28", | ||
| "postcss-import": "^12.0.1", | "postcss-import": "^12.0.1", | ||
| ... | ... |
src/directives/clickOutside.ts
0 → 100644
src/layouts/default/sider/MixSider.vue
0 → 100644
差异被折叠。
点击展开。
src/layouts/default/sider/index.less
deleted
100644 → 0
请
注册
或者
登录
后发表评论