Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
perf: move notification banner to botton #389
  • Loading branch information
WDaan committed Apr 17, 2022
1 parent 5ad3ba2 commit 4b90d56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main.js
Expand Up @@ -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'
Expand Down

0 comments on commit 4b90d56

Please sign in to comment.