mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-28 11:40:32 +02:00
Init
This commit is contained in:
commit
a0c60a93ba
106 changed files with 26925 additions and 0 deletions
11
client/plugins/toast.js
Normal file
11
client/plugins/toast.js
Normal file
|
@ -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);
|
Loading…
Add table
Add a link
Reference in a new issue