mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Update vue.d.ts
This commit is contained in:
parent
3d344bdba4
commit
89bac6bba9
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' {
|
||||
import type { DefineComponent } from 'vue'
|
||||
const component: DefineComponent<{}, {}, any>
|
||||
export default component
|
||||
import type { DefineComponent } from 'vue'
|
||||
const component: DefineComponent<{}, {}, any>
|
||||
export default component
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue