Appearance
父组件引入所有子组件=>使用标签
全局组件声明
在入口的脚本文件中挂载
const app = Vue.createApp(APP) app.component('xxx',xxx) app.mount(#app)