Init applications

This commit is contained in:
NVWA Bot
2026-01-05 01:32:05 +00:00
commit 0074573487
193 changed files with 35015 additions and 0 deletions

10
apps/ecommerce-miniapp/shims-uni.d.ts vendored Normal file
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 {
}
}