Skip to content

Commit ecd812f

Browse files
committed
fix dev example
1 parent dc0ace9 commit ecd812f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

dev/multiselect/app.vue

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@
55
</template>
66

77
<script>
8+
import Vue from "vue";
89
import Multiselect from "vue-multiselect"
9-
window.VueMultiselect = Multiselect
10+
Vue.component("multiselect", Multiselect);
1011
1112
export default {
12-
components: {
13-
Multiselect
14-
},
15-
1613
data () {
1714
return {
1815
model: {

0 commit comments

Comments
 (0)