diff --git a/documentation/src/GettingStarted.vue b/documentation/src/GettingStarted.vue index fb0aa678..01f08812 100644 --- a/documentation/src/GettingStarted.vue +++ b/documentation/src/GettingStarted.vue @@ -57,7 +57,7 @@
// register globally
-app.component('vue-multiselect', window.VueMultiselect.default)
+app.component('vue-multiselect', window['vue-multiselect'].default)