remove console log

This commit is contained in:
2023-02-28 13:33:53 +10:00
parent 79eea9ea25
commit fe66dedecf

View File

@@ -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) {