!75 fix: 修复vscode全局属性ts爆红问题

Merge pull request !75 from dhb52/N/A
This commit is contained in:
疯狂的狮子Li 2024-01-03 03:41:05 +00:00 committed by Gitee
commit 14f6a214f2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -11,7 +11,7 @@ import { download as rd } from '@/utils/request';
export {};
declare module '@vue/runtime-core' {
declare module 'vue' {
interface ComponentCustomProperties {
// 全局方法声明
$modal: typeof modal;