feat: 新增 WebSocket 消息通知 (#20)

This commit is contained in:
Claudio Lecher
2024-05-22 13:36:19 +08:00
committed by GitHub
parent 7e329fcffa
commit adc6f643b3
11 changed files with 13470 additions and 4153 deletions

View File

@@ -1,7 +1,7 @@
/// <reference types="vite/client" />
declare module '*.vue' {
import { DefineComponent } from 'vue'
import type { DefineComponent } from 'vue'
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
const component: DefineComponent<{}, {}, any>
export default component