import { template } from '@vue/runtime-vapor' const comp = () => { return template('

Hello')() } comp.vapor = true export default comp