You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
191 B

2 years ago
  1. import Vue from "vue";
  2. import VModal from "vue-js-modal/dist/ssr.nocss";
  3. import "vue-js-modal/dist/styles.css";
  4. Vue.use(VModal, {
  5. resizable: true,
  6. adaptive: true,
  7. height: "auto",
  8. });