mirror of
https://github.com/1024-lab/smart-admin.git
synced 2025-09-03 19:29:07 +00:00
11 lines
204 B
TypeScript
11 lines
204 B
TypeScript
/// <reference types='@dcloudio/types' />
|
|
import 'vue'
|
|
|
|
declare module '@vue/runtime-core' {
|
|
type Hooks = App.AppInstance & Page.PageInstance;
|
|
|
|
interface ComponentCustomOptions extends Hooks {
|
|
|
|
}
|
|
}
|