import { defineComponent } from 'vue' export default defineComponent({ name: 'test', setup() { return () => { <> 231231 </> } } })