Remove unused motion plugin from web ele

This commit is contained in:
2026-06-09 12:24:31 +08:00
parent f22b679ee0
commit a911fc6911
3 changed files with 0 additions and 8 deletions
-1
View File
@@ -62,7 +62,6 @@
"@vue-flow/core": "^1.48.0",
"@vue-flow/minimap": "^1.5.4",
"@vueuse/core": "catalog:",
"@vueuse/motion": "catalog:",
"cron-parser": "^4.9.0",
"dayjs": "catalog:",
"element-plus": "catalog:",
-4
View File
@@ -139,10 +139,6 @@ async function bootstrap(namespace: string) {
// 配置路由及路由守卫
app.use(router);
// 配置Motion插件
const { MotionPlugin } = await import('@vueuse/motion');
app.use(MotionPlugin);
// 动态更新标题
watchEffect(() => {
if (preferences.app.dynamicTitle) {