1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-05-02 21:34:42 +03:00

graph fix but shouldnt be done this way

This commit is contained in:
Daan Wijns 2020-05-20 11:44:46 +02:00
parent d1d01aafe4
commit 57e22c88db
5 changed files with 473 additions and 219 deletions

View file

@ -1,6 +1,5 @@
import Vue from 'vue'
import './plugins/vuetify'
import VueApexCharts from 'vue-apexcharts'
import Toast from 'vue-toastification'
import App from './App.vue'
import router from './router'
@ -9,10 +8,6 @@ import './registerServiceWorker'
import 'vue-toastification/dist/index.css'
Vue.use(VueApexCharts)
Vue.component('apexchart', VueApexCharts)
Vue.use(Toast)
Vue.config.productionTip = false