mirror of
https://github.com/hotomoe/hotomoe
synced 2025-01-19 00:02:52 +09:00
5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
declare module "*.vue" {
|
|
import Vue from 'vue';
|
|
export default Vue;
|
|
}
|