梗概:

创建子组件

语法:

// 创建一个Vue 应用
const app = Vue.createApp({})
// 定义一个名为 button-counter 的新全局组件
app.component('button-counter', 组件选项)

1.child::组件选项