Fixed shims for vue3
This commit is contained in:
parent
ec97bae72d
commit
eec34c04af
|
@ -1,4 +1,5 @@
|
|||
declare module '*.vue' {
|
||||
import Vue from 'vue';
|
||||
export default Vue;
|
||||
import { ComponentOptions } from 'vue'
|
||||
const component: ComponentOptions
|
||||
export default component
|
||||
}
|
Loading…
Reference in New Issue