mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
11 lines
214 B
JavaScript
11 lines
214 B
JavaScript
import Vue from "vue";
|
|
import Toast from "vue-toastification";
|
|
// Import the CSS or use your own!
|
|
import "vue-toastification/dist/index.css";
|
|
|
|
const options = {
|
|
hideProgressBar: true
|
|
};
|
|
|
|
|
|
Vue.use(Toast, options); |