1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-04-30 20:43:45 +03:00

torrent detail page + file list

This commit is contained in:
Daan Wijns 2020-05-23 19:06:28 +02:00
parent 7819abb1e7
commit 09832e6f1a
15 changed files with 554 additions and 323 deletions

View file

@ -11,7 +11,16 @@ Vue.use(VueObserveVisibility)
import Toast from 'vue-toastification'
import 'vue-toastification/dist/index.css'
import vuetify from './plugins/vuetify'
Vue.use(Toast)
Vue.use(Toast, {
maxToasts: 5,
timeout: 2000
})
import PerfectScrollbar from 'vue2-perfect-scrollbar'
import 'vue2-perfect-scrollbar/dist/vue2-perfect-scrollbar.css'
Vue.use(PerfectScrollbar)
Vue.config.productionTip = false