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