import { onMounted, onUpdated, readonly } from "vue"; export default { name: "HelloWorld", props: { msg: String, }, setup(props) {