diff --git a/src/main.ts b/src/main.ts index d92234ca6..863f564aa 100644 --- a/src/main.ts +++ b/src/main.ts @@ -5,6 +5,7 @@ configureCompat({ COMPONENT_ASYNC: false, RENDER_FUNCTION: false, WATCH_ARRAY: false, // TODO: check this again; this might lead to some problemes + TRANSITION_GROUP_ROOT: false, }) import App from './App.vue'