wip
This commit is contained in:
parent
f4e02d4a4c
commit
ab50d5ef20
5 changed files with 45 additions and 77 deletions
5
src/client/@types/vue.d.ts
vendored
5
src/client/@types/vue.d.ts
vendored
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue