mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-22 20:13:32 +08:00
7 lines
127 B
TypeScript
7 lines
127 B
TypeScript
![]() |
declare module '*.vue' {
|
||
|
import type { ComponentOptions } from 'vue'
|
||
|
|
||
|
const comp: ComponentOptions
|
||
|
export default comp
|
||
|
}
|