Skip to content

Commit 52de300

Browse files
authored
Merge pull request #114 from icebob/pr/113
Update dev example after #113
2 parents 98966df + ecd812f commit 52de300

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)