We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014bedd commit b89e9ceCopy full SHA for b89e9ce
src/types/module.d.ts
@@ -12,7 +12,7 @@ import type { LanguageType } from '@/lang';
12
13
export {};
14
15
-declare module '@vue/runtime-core' {
+declare module 'vue' {
16
interface ComponentCustomProperties {
17
// 全局方法声明
18
$modal: typeof modal;
0 commit comments