diff --git a/README.md b/README.md index 15f0083..c687e12 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# cool-admin [vue2] +
@@ -12,11 +14,11 @@ ## 地址 -- [⚡️ vue2.x + element-ui(免费商用,支持 PC、平板、手机)](https://github.com/cool-team-official/cool-admin-vue) +- [⚡️ vue2.x + element-ui](https://github.com/cool-team-official/cool-admin-vue) -- [⚡️ vue3.x + element-plus + ts + webpack(免费商用,支持 PC、平板、手机)](https://github.com/cool-team-official/cool-admin-vue/tree/vue3-ts-webpack) +- [⚡️ vue3.x + element-plus + ts + webpack](https://github.com/cool-team-official/cool-admin-vue/tree/vue3-ts-webpack) -- [📌 vue3.x + element-plus + ts + vite(测试中)]() +- [📌 vue3.x + element-plus + ts + vite](https://github.com/cool-team-official/cool-admin-vue/tree/vue3-ts-vite) - [🌐 码云仓库地址](https://gitee.com/cool-team-official/cool-admin-vue) diff --git a/package.json b/package.json index 8145965..6ed6a95 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "axios": "^0.21.1", "cl-admin": "^1.5.3", - "cl-admin-crud": "^1.6.8", + "cl-admin-crud": "^1.6.9", "cl-admin-theme": "^0.0.5", "clipboard": "^2.0.7", "codemirror": "^5.59.4", @@ -36,7 +36,6 @@ "vuex": "^3.4.0" }, "devDependencies": { - "@vue/composition-api": "^1.0.0-rc.5", "@typescript-eslint/parser": "^3.0.0", "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0", "@vue/babel-preset-jsx": "^1.1.2", @@ -45,6 +44,7 @@ "@vue/cli-plugin-router": "~4.5.0", "@vue/cli-plugin-vuex": "~4.5.0", "@vue/cli-service": "~4.5.0", + "@vue/composition-api": "^1.0.0-rc.5", "@vue/eslint-config-prettier": "^6.0.0", "babel-eslint": "^10.1.0", "babel-plugin-component": "^1.1.1", diff --git a/yarn.lock b/yarn.lock index 71e5cb2..8be32d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2615,10 +2615,10 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: inherits "^2.0.1" safe-buffer "^5.0.1" -cl-admin-crud@^1.6.8: - version "1.6.8" - resolved "https://registry.npmjs.org/cl-admin-crud/-/cl-admin-crud-1.6.8.tgz#9f86da566636954d0afb06479d0c02bda18dae16" - integrity sha512-XHVjF3373zVVD0TzRGUteShYCpvVHt13wFy95k64hpywVivim2vKWnf5Q12ecT/6YL9bb7ewqUZ+k7hXJduY9w== +cl-admin-crud@^1.6.9: + version "1.6.9" + resolved "https://registry.yarnpkg.com/cl-admin-crud/-/cl-admin-crud-1.6.9.tgz#bf17927e410cd10a4696c55f68e81439484bae5d" + integrity sha512-Me0s3dya0GTT65JZzbVjYmzdTHVcf+82qWZjkbeoC6UWE8DmOO/iy8o/YhKoY2THrHAdBeIhUhP1IGqMNacJPw== dependencies: array.prototype.flat "^1.2.4" clone-deep "^4.0.1"