开发平台api

This commit is contained in:
2025-05-09 16:53:30 +08:00
parent 066cbc010b
commit 44ef53d0ab
230 changed files with 39246 additions and 123 deletions

6
src/types/vueGlobal.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
import { Emitter } from "mitt";
declare module "vue" {
interface ComponentCustomProperties {
$Bus: Emitter<Event>;
}
}