mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 21:18:54 +03:00
perf: move notification banner to botton #389
This commit is contained in:
parent
5ad3ba201f
commit
4b90d56df5
1 changed files with 3 additions and 2 deletions
|
@ -14,11 +14,12 @@ import filters from '@/filters'
|
|||
import styles from '@/styles/styles.scss'
|
||||
/* eslint-enable no-unused-vars */
|
||||
|
||||
import Toast from 'vue-toastification'
|
||||
import Toast, { POSITION } from 'vue-toastification'
|
||||
import 'vue-toastification/dist/index.css'
|
||||
Vue.use(Toast, {
|
||||
maxToasts: 5,
|
||||
timeout: 2000
|
||||
timeout: 2000,
|
||||
position: POSITION.BOTTOM_RIGHT
|
||||
})
|
||||
|
||||
import './registerServiceWorker'
|
||||
|
|
Loading…
Reference in a new issue