Pre Merge pull request !75 from dhb52/N/A

This commit is contained in:
dhb52 2024-01-03 03:40:40 +00:00 committed by Gitee
commit c522306826
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 {}; export {};
declare module '@vue/runtime-core' { declare module 'vue' {
interface ComponentCustomProperties { interface ComponentCustomProperties {
// 全局方法声明 // 全局方法声明
$modal: typeof modal; $modal: typeof modal;