From 25e2808c449bbbe265dafb3def9393c4b5eafe3e Mon Sep 17 00:00:00 2001 From: waruneeta Date: Wed, 21 Feb 2024 10:28:48 +0700 Subject: [PATCH] display error --- src/stores/mixin.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/stores/mixin.ts b/src/stores/mixin.ts index 1be3f8a8c..12864d305 100644 --- a/src/stores/mixin.ts +++ b/src/stores/mixin.ts @@ -411,6 +411,8 @@ export const useCounterMixin = defineStore("mixin", () => { }, }); } else { + console.log("errror===>", e); + q.dialog({ component: CustomComponent, componentProps: { @@ -424,6 +426,8 @@ export const useCounterMixin = defineStore("mixin", () => { } } } else { + console.log("errror===>", e); + q.dialog({ component: CustomComponent, componentProps: {