Skip to content

Instantly share code, notes, and snippets.

@culttm
Created June 23, 2018 08:29
Show Gist options
  • Save culttm/6afe724c8a8693a33084dd5135eddd7e to your computer and use it in GitHub Desktop.
Save culttm/6afe724c8a8693a33084dd5135eddd7e to your computer and use it in GitHub Desktop.
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