✨ login page
This commit is contained in:
3
src/vite-env.d.ts
vendored
3
src/vite-env.d.ts
vendored
@@ -13,7 +13,7 @@ interface ImportMeta {
|
||||
}
|
||||
|
||||
declare module '*.vue' {
|
||||
import type { DefineComponent } from 'vue';
|
||||
import type {DefineComponent} from 'vue';
|
||||
const component: DefineComponent<object, object, any>;
|
||||
export default component;
|
||||
}
|
||||
@@ -22,6 +22,7 @@ declare module '*.svg' {
|
||||
const content: any;
|
||||
export default content;
|
||||
}
|
||||
|
||||
declare module '*.svg'
|
||||
declare module '*.png'
|
||||
declare module '*.jpg'
|
||||
|
Reference in New Issue
Block a user