mirror of
https://gitee.com/lyt-top/vue-next-admin
synced 2026-07-08 14:39:53 +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
|
|
} |