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:
parent
7819abb1e7
commit
09832e6f1a
15 changed files with 554 additions and 323 deletions
src
11
src/main.js
11
src/main.js
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue