mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-06 12:04:44 +02:00
10 lines
No EOL
207 B
JavaScript
10 lines
No EOL
207 B
JavaScript
import Vue from "vue";
|
|
import Toast from "vue-toastification";
|
|
import "vue-toastification/dist/index.css";
|
|
|
|
const options = {
|
|
hideProgressBar: true,
|
|
position: 'bottom-center'
|
|
};
|
|
|
|
Vue.use(Toast, options); |