mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-07 16:44:16 +01:00
11 lines
194 B
JavaScript
11 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)
|