chore: TRANSITION_GROUP_ROOT silence transition-group warning
This commit is contained in:
parent
f795d2d0f3
commit
852b864ee6
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ configureCompat({
|
||||||
COMPONENT_ASYNC: false,
|
COMPONENT_ASYNC: false,
|
||||||
RENDER_FUNCTION: false,
|
RENDER_FUNCTION: false,
|
||||||
WATCH_ARRAY: false, // TODO: check this again; this might lead to some problemes
|
WATCH_ARRAY: false, // TODO: check this again; this might lead to some problemes
|
||||||
|
TRANSITION_GROUP_ROOT: false,
|
||||||
})
|
})
|
||||||
|
|
||||||
import App from './App.vue'
|
import App from './App.vue'
|
||||||
|
|
Loading…
Reference in a new issue