configuration file added
This commit is contained in:
parent
d36eec1d5e
commit
4d3febf19b
5
src/env.d.ts
vendored
Normal file
5
src/env.d.ts
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
declare module '*.vue' {
|
||||
import { DefineComponent } from 'vue';
|
||||
const component: DefineComponent<Record<string, unknown>, Record<string, unknown>, unknown>;
|
||||
export default component;
|
||||
}
|
Loading…
Reference in New Issue
Block a user