mirror of
https://gitee.com/lyt-top/vue-next-admin
synced 2026-06-07 02:12:14 +08:00
5 lines
102 B
TypeScript
5 lines
102 B
TypeScript
declare module '*.vue' {
|
|
const component: DefineComponent<{}, {}, any>;
|
|
export default component;
|
|
}
|