mirror of
https://github.com/aelve/guide.git
synced 2024-12-24 21:35:06 +03:00
5 lines
73 B
TypeScript
5 lines
73 B
TypeScript
|
declare module '*.vue' {
|
||
|
const content: any
|
||
|
export default content
|
||
|
}
|