mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 10:54:46 +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
|
||
|
|
}
|