Vuetify updates
This commit is contained in:
parent
c913a40e18
commit
c47b975723
43 changed files with 197 additions and 150 deletions
|
|
@ -13,7 +13,7 @@ import VueResize from 'vue3-resize';
|
|||
import 'vue3-resize/dist/vue3-resize.css';
|
||||
import VueClipboard from 'vue-clipboard2'
|
||||
import Vue3Sanitize from "vue-3-sanitize";
|
||||
import createVuetify from './plugins/vuetify';
|
||||
import vuetify from './plugins/vuetify';
|
||||
import { Buffer } from 'buffer/'
|
||||
import { createApp, h } from 'vue';
|
||||
globalThis.Buffer = Buffer;
|
||||
|
|
@ -41,8 +41,6 @@ app.use(analytics);
|
|||
app.use(VueClipboard);
|
||||
app.use(audioPlayer);
|
||||
|
||||
const vuetify = createVuetify(config);
|
||||
|
||||
// Add bubble functionality to custom events.
|
||||
// From here: https://stackoverflow.com/questions/41993508/vuejs-bubbling-custom-events
|
||||
app.use((instance) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue