Use direct motion dependency in web ele

This commit is contained in:
2026-06-09 10:05:58 +08:00
parent b0057ed5a8
commit cb9a2ee1a2
4 changed files with 24 additions and 32 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ async function bootstrap(namespace: string) {
app.use(router);
// 配置Motion插件
const { MotionPlugin } = await import('@vben/plugins/motion');
const { MotionPlugin } = await import('@vueuse/motion');
app.use(MotionPlugin);
// 动态更新标题