fix: ToastPlugin duratio 5000 done.
This commit is contained in:
@@ -74,7 +74,7 @@ app.use(VueAxios, axios);
|
|||||||
app.use(VueSweetalert2);
|
app.use(VueSweetalert2);
|
||||||
app.use(ToastPlugin, { // use `this.$toast` in Vue.js
|
app.use(ToastPlugin, { // use `this.$toast` in Vue.js
|
||||||
position: 'bottom',
|
position: 'bottom',
|
||||||
duration: 99999999,
|
duration: 5000,
|
||||||
});
|
});
|
||||||
app.use(PrimeVue);
|
app.use(PrimeVue);
|
||||||
app.component('Sidebar', Sidebar);
|
app.component('Sidebar', Sidebar);
|
||||||
|
|||||||
Reference in New Issue
Block a user