mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Minor fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user