mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-10-23 04:58:42 +08:00
feat: 新增 WebSocket 消息通知 (#20)
This commit is contained in:
2
src/types/shims-vue.d.ts
vendored
2
src/types/shims-vue.d.ts
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user