Skip to content

Commit 83c7a54

Browse files
committed
更新说明
1 parent 6dd1abe commit 83c7a54

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# cool-admin [vue2]
2+
13
<p align="center">
24
<a href="https://show.cool-admin.com/" target="blank"><img src="https://admin.cool-js.com/logo.png" width="200" alt="cool-admin Logo" /></a>
35
</p>
@@ -12,11 +14,11 @@
1214

1315
## 地址
1416

15-
- [⚡️ vue2.x + element-ui(免费商用,支持 PC、平板、手机)](https://github.com/cool-team-official/cool-admin-vue)
17+
- [⚡️ vue2.x + element-ui](https://github.com/cool-team-official/cool-admin-vue)
1618

17-
- [⚡️ vue3.x + element-plus + ts + webpack(免费商用,支持 PC、平板、手机)](https://github.com/cool-team-official/cool-admin-vue/tree/vue3-ts-webpack)
19+
- [⚡️ vue3.x + element-plus + ts + webpack](https://github.com/cool-team-official/cool-admin-vue/tree/vue3-ts-webpack)
1820

19-
- [📌 vue3.x + element-plus + ts + vite(测试中)]()
21+
- [📌 vue3.x + element-plus + ts + vite](https://github.com/cool-team-official/cool-admin-vue/tree/vue3-ts-vite)
2022

2123
- [🌐 码云仓库地址](https://gitee.com/cool-team-official/cool-admin-vue)
2224

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"axios": "^0.21.1",
1313
"cl-admin": "^1.5.3",
14-
"cl-admin-crud": "^1.6.8",
14+
"cl-admin-crud": "^1.6.9",
1515
"cl-admin-theme": "^0.0.5",
1616
"clipboard": "^2.0.7",
1717
"codemirror": "^5.59.4",
@@ -36,7 +36,6 @@
3636
"vuex": "^3.4.0"
3737
},
3838
"devDependencies": {
39-
"@vue/composition-api": "^1.0.0-rc.5",
4039
"@typescript-eslint/parser": "^3.0.0",
4140
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
4241
"@vue/babel-preset-jsx": "^1.1.2",
@@ -45,6 +44,7 @@
4544
"@vue/cli-plugin-router": "~4.5.0",
4645
"@vue/cli-plugin-vuex": "~4.5.0",
4746
"@vue/cli-service": "~4.5.0",
47+
"@vue/composition-api": "^1.0.0-rc.5",
4848
"@vue/eslint-config-prettier": "^6.0.0",
4949
"babel-eslint": "^10.1.0",
5050
"babel-plugin-component": "^1.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2615,10 +2615,10 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
26152615
inherits "^2.0.1"
26162616
safe-buffer "^5.0.1"
26172617

2618-
cl-admin-crud@^1.6.8:
2619-
version "1.6.8"
2620-
resolved "https://registry.npmjs.org/cl-admin-crud/-/cl-admin-crud-1.6.8.tgz#9f86da566636954d0afb06479d0c02bda18dae16"
2621-
integrity sha512-XHVjF3373zVVD0TzRGUteShYCpvVHt13wFy95k64hpywVivim2vKWnf5Q12ecT/6YL9bb7ewqUZ+k7hXJduY9w==
2618+
cl-admin-crud@^1.6.9:
2619+
version "1.6.9"
2620+
resolved "https://registry.yarnpkg.com/cl-admin-crud/-/cl-admin-crud-1.6.9.tgz#bf17927e410cd10a4696c55f68e81439484bae5d"
2621+
integrity sha512-Me0s3dya0GTT65JZzbVjYmzdTHVcf+82qWZjkbeoC6UWE8DmOO/iy8o/YhKoY2THrHAdBeIhUhP1IGqMNacJPw==
26222622
dependencies:
26232623
array.prototype.flat "^1.2.4"
26242624
clone-deep "^4.0.1"

0 commit comments

Comments
 (0)