Minor fixes

This commit is contained in:
euvl
2017-04-05 11:59:51 +01:00
parent 8cfe6735c6
commit 2d913af2f4
4 changed files with 920 additions and 924 deletions

View File

@@ -1,4 +1,3 @@
import Vue from 'vue'
import Modal from './Modal.vue'
const ModalPlugin = {
@@ -22,9 +21,7 @@ const ModalPlugin = {
Vue.component('modal', Modal)
return null
},
}
}
Vue.use(ModalPlugin)
export default ModalPlugin