dataease-dm/core/core-frontend/src/vue.d.ts
2023-10-23 22:00:14 +08:00

6 lines
148 B
Java

declare module '*.vue' {
import { defineComponent } from 'vue'
const Component: ReturnType<typeof defineComponent>
export default Component
}