mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 09:50:22 +00:00
5 lines
88 B
JavaScript
5 lines
88 B
JavaScript
import Vue from 'vue'
|
|
import VModal from 'vue-js-modal/dist/ssr.index'
|
|
|
|
Vue.use(VModal)
|