mirror of
https://gitee.com/log4j/pig-ui.git
synced 2025-01-03 23:42:23 +08:00
5 lines
122 B
TypeScript
5 lines
122 B
TypeScript
|
declare module "*.vue" {
|
||
|
import { Component } from "vue"
|
||
|
const component: Component
|
||
|
export default component
|
||
|
}
|