mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-23 05:40:20 +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
|
|
} |