update 优化代码

This commit is contained in:
疯狂的狮子Li
2024-11-27 17:43:17 +08:00
parent 98a8e96feb
commit 6ef9b9a741
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import { download as rd } from '@/utils/request';
export {};
declare module 'vue' {
declare module '@vue/runtime-core' {
interface ComponentCustomProperties {
// 全局方法声明
$modal: typeof modal;