mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-13 07:43:43 +08:00
update 挂载全局属性改为操作vue模块
This commit is contained in:
parent
014bedd301
commit
b89e9cee7f
2
src/types/module.d.ts
vendored
2
src/types/module.d.ts
vendored
@ -12,7 +12,7 @@ import type { LanguageType } from '@/lang';
|
||||
|
||||
export {};
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
declare module 'vue' {
|
||||
interface ComponentCustomProperties {
|
||||
// 全局方法声明
|
||||
$modal: typeof modal;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user