Show opening method on hover. Allow items to be opened in an iframe

This commit is contained in:
Alicia Sykes
2021-04-06 15:47:34 +01:00
parent 8ddc2506ac
commit 7fd36d9ec6
14 changed files with 9255 additions and 37157 deletions

View File

@@ -1,11 +1,13 @@
import Vue from 'vue';
import VTooltip from 'v-tooltip'; // A Vue directive for Popper.js
import VModal from 'vue-js-modal'; // Modal component
import App from './App.vue';
import router from './router';
import './registerServiceWorker';
Vue.use(VTooltip);
Vue.use(VModal);
Vue.config.productionTip = false;
new Vue({