Remove unused motion plugin from web ele
This commit is contained in:
@@ -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:",
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user