Fix TypeScript errors: missing closing brace in vue.d.ts and undefined NodePosition type

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 08:19:21 +08:00
parent bd2b4ce5db
commit b07f1274e8
2 changed files with 2 additions and 1 deletions

1
src/types/vue.d.ts vendored
View File

@@ -12,3 +12,4 @@ declare module 'vue' {
interface App {
$http: AxiosInstance;
}
}