import { createApp, defineComponent, reactive } from 'vue' import type { VueJSXPluginOptions } from '@vue/babel-plugin-jsx' export type { VueJSXPluginOptions } export const compilerOptions: VueJSXPluginOptions = reactive({ mergeProps: true, optimize: false, transformOn: false, enableObjectSlots: true, resolveType: false, }) const App = defineComponent({ setup() { return () => [ <>