Skip to content
Snippets Groups Projects
Commit 3356f711 authored by syuilo's avatar syuilo
Browse files

Update vue.d.ts

parent e6495ea6
No related branches found
No related tags found
No related merge requests found
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
import type { DefineComponent } from 'vue';
const component: DefineComponent<{}, {}, any>;
export default component;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment