first commit

This commit is contained in:
2026-09-08 20:07:08 +08:00
commit f822f0cb31
565 changed files with 125356 additions and 0 deletions
+10
View 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;
}
}