This commit is contained in:
syuilo
2020-11-28 12:15:22 +09:00
parent f4e02d4a4c
commit ab50d5ef20
5 changed files with 45 additions and 77 deletions

View File

@@ -1,4 +1,5 @@
declare module '*.vue' {
import Vue from 'vue';
export default Vue;
import { defineComponent } from 'vue';
const component: ReturnType<typeof defineComponent>;
export default component;
}