mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 11:21:36 +00:00
10 lines
194 B
JavaScript
10 lines
194 B
JavaScript
import Vue from 'vue'
|
|
import Toast from 'vue-toastification'
|
|
import 'vue-toastification/dist/index.css'
|
|
|
|
const options = {
|
|
hideProgressBar: true,
|
|
draggable: false
|
|
}
|
|
|
|
Vue.use(Toast, options)
|