feat:first commit
This commit is contained in:
10
shime-uni.d.ts
vendored
Normal file
10
shime-uni.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import Vue from 'vue'
|
||||
declare module 'vue/types/options' {
|
||||
type Hooks = App.AppInstance & Page.PageInstance
|
||||
interface ComponentOptions<V extends Vue> extends Hooks {
|
||||
/**
|
||||
* 组件类型
|
||||
*/
|
||||
mpType?: string
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user