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