mirror of
https://github.com/fatedier/frp.git
synced 2026-04-16 05:59:10 +08:00
server: add client registry with dashboard support (#5115)
This commit is contained in:
5
web/frps/src/svg.d.ts
vendored
Normal file
5
web/frps/src/svg.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare module '*.svg?component' {
|
||||
import type { DefineComponent } from 'vue'
|
||||
const component: DefineComponent<object, object, unknown>
|
||||
export default component
|
||||
}
|
||||
Reference in New Issue
Block a user