mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-05 02:02:44 +02:00
Init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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);
|
||||
Reference in New Issue
Block a user