feat: demo of motion plugin (#5550)

添加Motion的用法例子
This commit is contained in:
Netfan
2025-02-17 15:25:45 +08:00
committed by GitHub
parent e0eb57d38d
commit 9f82052c71
11 changed files with 338 additions and 0 deletions

View File

@@ -21,6 +21,10 @@
"./vxe-table": {
"types": "./src/vxe-table/index.ts",
"default": "./src/vxe-table/index.ts"
},
"./motion": {
"types": "./src/motion/index.ts",
"default": "./src/motion/index.ts"
}
},
"dependencies": {
@@ -34,6 +38,7 @@
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"@vueuse/core": "catalog:",
"@vueuse/motion": "catalog:",
"echarts": "catalog:",
"vue": "catalog:",
"vxe-pc-ui": "catalog:",