feat: 添加 showToast 到 Vue 模块类型声明;更新应用版本至 0.0.2

This commit is contained in:
2026-01-22 18:08:35 +07:00
parent 7c5e33cd7f
commit 06e8c0d630
2 changed files with 2 additions and 1 deletions

1
auto-imports.d.ts vendored
View File

@@ -450,6 +450,7 @@ declare module 'vue' {
readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
readonly showToast: UnwrapRef<typeof import('vant/es')['showToast']>
readonly storeToRefs: UnwrapRef<typeof import('pinia')['storeToRefs']>
readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>

View File

@@ -1,7 +1,7 @@
{
"name": "financial-app",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "An Ionic project",
"scripts": {