Init applications

This commit is contained in:
NVWA Bot
2025-12-24 02:07:58 +00:00
commit 1b780dc67e
193 changed files with 35016 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/// <reference types='@dcloudio/types' />
import 'vue'
declare module '@vue/runtime-core' {
type Hooks = App.AppInstance & Page.PageInstance;
interface ComponentCustomOptions extends Hooks {
}
}