fix: key user does not exist #483

This commit is contained in:
Jacky 2024-08-02 20:14:45 +08:00
parent b0d64e41e0
commit 2cce7849f2
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
2 changed files with 12 additions and 5 deletions

2
app/components.d.ts vendored
View file

@ -1,10 +1,10 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AAlert: typeof import('ant-design-vue/es')['Alert']