Resolve code splitting issue

This commit is contained in:
Julien Nahum
2022-12-15 16:59:53 +01:00
parent 2fee25a4d4
commit 9936cb3389
3 changed files with 4 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ import ToggleSwitchInput from './ToggleSwitchInput'
ImageInput,
RatingInput,
FlatSelectInput,
ToggleSwitchInput,
ToggleSwitchInput
].forEach(Component => {
Vue.component(Component.name, Component)
})