From 852b864ee6608a3c4051020ebdcfd416eafbcc24 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 17 Oct 2021 22:17:49 +0200 Subject: [PATCH] chore: TRANSITION_GROUP_ROOT silence transition-group warning --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index d92234ca..863f564a 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'