mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-05-04 14:24:40 +03:00
new vue project + style fix
This commit is contained in:
parent
ebc026460b
commit
5d1654a871
34 changed files with 11950 additions and 17711 deletions
src
|
@ -3,12 +3,11 @@ import App from '@/App.vue'
|
|||
import '@/registerServiceWorker'
|
||||
import router from '@/router'
|
||||
import store from '@/store'
|
||||
import vuetify from '@/plugins/vuetify'
|
||||
import '@babel/polyfill'
|
||||
|
||||
import Toast from 'vue-toastification'
|
||||
import 'vue-toastification/dist/index.css'
|
||||
|
||||
import vuetify from './plugins/vuetify'
|
||||
Vue.use(Toast)
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue