From 06e8c0d630ddb74b5d8cd90f690984aa8b60c9da Mon Sep 17 00:00:00 2001 From: Seven Date: Thu, 22 Jan 2026 18:08:35 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20showToast=20?= =?UTF-8?q?=E5=88=B0=20Vue=20=E6=A8=A1=E5=9D=97=E7=B1=BB=E5=9E=8B=E5=A3=B0?= =?UTF-8?q?=E6=98=8E=EF=BC=9B=E6=9B=B4=E6=96=B0=E5=BA=94=E7=94=A8=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=87=B3=200.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto-imports.d.ts | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/auto-imports.d.ts b/auto-imports.d.ts index f46af94..959e51e 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -450,6 +450,7 @@ declare module 'vue' { readonly shallowReactive: UnwrapRef readonly shallowReadonly: UnwrapRef readonly shallowRef: UnwrapRef + readonly showToast: UnwrapRef readonly storeToRefs: UnwrapRef readonly syncRef: UnwrapRef readonly syncRefs: UnwrapRef diff --git a/package.json b/package.json index 73281cb..9a99713 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "financial-app", "type": "module", - "version": "0.0.1", + "version": "0.0.2", "private": true, "description": "An Ionic project", "scripts": {