remove console log
This commit is contained in:
@@ -42,7 +42,6 @@ export const useToastStore = defineStore({
|
|||||||
toast.type = toast.type || defaultToastItem.type;
|
toast.type = toast.type || defaultToastItem.type;
|
||||||
|
|
||||||
this.toasts.push(toast);
|
this.toasts.push(toast);
|
||||||
console.log(this.toasts[0].title);
|
|
||||||
},
|
},
|
||||||
|
|
||||||
clearToast(id: number) {
|
clearToast(id: number) {
|
||||||
|
|||||||
Reference in New Issue
Block a user