chore: TRANSITION_GROUP_ROOT silence transition-group warning
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-10-17 22:17:49 +02:00
parent f795d2d0f3
commit 852b864ee6
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -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'