1.2.1 • Published 3 years ago
xn-el-button v1.2.1
test2
Who to Use
npm i xn-el-button全局引入
import MyButton from 'xn-el-button'
Vue.use(MyButton);页面使用
<MyButton>1234</MyButton>
<MyButton2>1234</MyButton2>npm i xn-el-buttonimport MyButton from 'xn-el-button'
Vue.use(MyButton);<MyButton>1234</MyButton>
<MyButton2>1234</MyButton2>