@@ -0,0 +1,9 @@
/// <reference types="vite/client" />
declare module '*.vue' {
import { App, defineComponent } from 'vue'
const component: ReturnType<typeof defineComponent> & {
install(app: App): void
}
export default component
The note is not visible to the blocked user.