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

github release test

This commit is contained in:
Daan Wijns 2020-05-20 18:18:03 +02:00
parent 6c53f2c2b6
commit d2045ecaf4
8 changed files with 164 additions and 116 deletions

View file

@ -4,6 +4,9 @@ import '@/registerServiceWorker'
import router from '@/router'
import store from '@/store'
import '@babel/polyfill'
import VueObserveVisibility from 'vue-observe-visibility'
Vue.use(VueObserveVisibility)
import Toast from 'vue-toastification'
import 'vue-toastification/dist/index.css'