Appearance
我是ComA
<template> <div>{{ msg }}</div> </template> <script setup> const msg = '我是ComA组件' </script>