mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-11 08:30:07 +01:00
5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
|
declare module "*.vue" {
|
||
|
import Vue from 'vue'
|
||
|
export default Vue
|
||
|
}
|