diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index ba83ffa..b5f160e 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -10,7 +10,7 @@ export default defineNuxtConfig({ { name: 'admin', password: 'admin123', - } - ] + }, + ], }, }) diff --git a/playground/pages/animation_test.vue b/playground/pages/animation_test.vue index b987226..ef8bbbf 100644 --- a/playground/pages/animation_test.vue +++ b/playground/pages/animation_test.vue @@ -1,10 +1,9 @@