mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
![]() |
declare module "*.vue" {
|
||
|
import Vue from "vue";
|
||
|
export default Vue;
|
||
|
}
|