npm
在 Vue 脚手架中使用 Mind UI Vue 时,可以通过 npm 进行安装:
Vue
Mind UI Vue
npm i mind-ui-vue -S
使用组件(以 button 组件为例)
<m-button type="primary" @click="handleButtonClick">按钮</m-button>
method: { handleButtonClick() { console.log('button click') } }
← 介绍 快速上手 →