import { defineComponent } from "vue"; export default defineComponent({ render() { return ( <> {/* @ts-ignore */} ); } });