在 main.js 中注册:

import MyButton from ‘./components/MyButton.vue’;

Vue.component(‘my-button’, MyButton);

然后,就可以在所有页面的 template 中使用这个组件了,例如:

<template> <view> <my-button></my-button> </view> </template>

作者 admin

百度广告效果展示