mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
lint
This commit is contained in:
parent
02c1adb876
commit
150b91978c
1 changed files with 3 additions and 3 deletions
6
src/client/@types/vue.d.ts
vendored
6
src/client/@types/vue.d.ts
vendored
|
@ -1,5 +1,5 @@
|
||||||
declare module '*.vue' {
|
declare module '*.vue' {
|
||||||
import { defineComponent } from 'vue';
|
import { defineComponent } from 'vue';
|
||||||
const component: ReturnType<typeof defineComponent>;
|
const component: ReturnType<typeof defineComponent>;
|
||||||
export default component;
|
export default component;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue