mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2026-02-05 16:25:35 +00:00
Added Dialog component, updated examples.
This commit is contained in:
@@ -2,7 +2,9 @@ import Vue from 'vue'
|
||||
import App from './App.vue'
|
||||
import VueJsModal from 'plugin'
|
||||
|
||||
Vue.use(VueJsModal)
|
||||
Vue.use(VueJsModal, {
|
||||
dialog: true
|
||||
})
|
||||
|
||||
new Vue({
|
||||
el: '#app',
|
||||
|
||||
Reference in New Issue
Block a user