Created
June 23, 2018 08:29
-
-
Save culttm/6afe724c8a8693a33084dd5135eddd7e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Vue from 'vue' | |
import VueUniversalModal, { ModalWrapper } from 'vue-universal-modal' | |
Vue.use(VueUniversalModal); | |
Vue.component('ModalWrapper', ModalWrapper); | |
// this.$modals.open({ | |
// component: { | |
// template: '<div>something like a DOM or the global vue component</div>' | |
// }, | |
// size: 'auto', | |
// bodyPadding: false | |
// }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment