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