pull/22/head
parent
80730cc1c3
commit
ef5879526a
|
@ -13,8 +13,8 @@ JeecgBoot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue、TypeScript 等新技术
|
|||
|
||||
### 源码下载:
|
||||
|
||||
> - 必看: JeecgBoot切换到Vue3前端路由: http://vue3.jeecg.com/2671576
|
||||
> - 重要:JeecgBoot默认用的vue2的菜单路由,必须切换 不然会报`Error: Invalid route component` 菜单加载也有问题。
|
||||
> - 必看:切换Vue3路由: [http://vue3.jeecg.com/2671576](JeecgBoot前端切换到Vue3版.md)
|
||||
> - (重要:必须切换,不然会报错 Error: Invalid route component)
|
||||
|
||||
| | 后端源码 | vue3前端源码 |
|
||||
|--- |--- | --- |
|
||||
|
|
|
@ -10095,7 +10095,7 @@ sort-keys@^2.0.0:
|
|||
dependencies:
|
||||
is-plain-obj "^1.0.0"
|
||||
|
||||
sortablejs@^1.14.0:
|
||||
sortablejs@1.14.0, sortablejs@^1.14.0:
|
||||
version "1.14.0"
|
||||
resolved "https://registry.nlark.com/sortablejs/download/sortablejs-1.14.0.tgz#6d2e17ccbdb25f464734df621d4f35d4ab35b3d8"
|
||||
integrity sha1-bS4XzL2yX0ZHNN9iHU811Ks1s9g=
|
||||
|
@ -11687,6 +11687,13 @@ vue@^3.2.20:
|
|||
"@vue/server-renderer" "3.2.21"
|
||||
"@vue/shared" "3.2.21"
|
||||
|
||||
vuedraggable@^4.1.0:
|
||||
version "4.1.0"
|
||||
resolved "https://registry.npmmirror.com/vuedraggable/-/vuedraggable-4.1.0.tgz#edece68adb8a4d9e06accff9dfc9040e66852270"
|
||||
integrity sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww==
|
||||
dependencies:
|
||||
sortablejs "1.14.0"
|
||||
|
||||
vxe-table-plugin-antd@^3.0.3:
|
||||
version "3.0.5"
|
||||
resolved "https://registry.npmmirror.com/vxe-table-plugin-antd/download/vxe-table-plugin-antd-3.0.5.tgz#717d6472abd7a8fe94157616aa16d115b8b15b98"
|
||||
|
|
Loading…
Reference in New Issue