Pre Merge pull request !244 from Lau/dev

This commit is contained in:
Lau 2025-09-28 02:26:21 +00:00 committed by Gitee
commit 753488d4b7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -12,7 +12,7 @@ import type { LanguageType } from '@/lang';
export {};
declare module '@vue/runtime-core' {
declare module 'vue' {
interface ComponentCustomProperties {
// 全局方法声明
$modal: typeof modal;