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:
parent
d1d01aafe4
commit
57e22c88db
5 changed files with 473 additions and 219 deletions
src
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue