<template> <view> <text class="mt-10 bold component-for-h-function">component for h()</text> <text id="comp-for-h-function-msg">{{msg}}</text> </view> </template> <script setup> defineProps({ msg: { type: String } }) </script>