在 main.js 中注册: import MyButton from ‘./components/MyButton.vue’; Vue.component(‘my-button’, MyButton); 然后,就可以在所有页面的 template 中使用这个组件了,例如: <template> <view> <my-button></my-button> </view> </template> 文章导航 uniapp h5报错:[Vue warn]: Missing required prop: “type” uni-app DCloud appid 用途/作用/使用说明