<script> import Child from "path/to/Child"; export default { name: "component-name", components: { Child, }, props: { msg: { type: String, ...
確定! 回上一頁