共计 600 个字符,预计需要花费 2 分钟才能阅读完成。
前言
去年,我写了一篇关于在 WordPress 中定义闪光的教程 -《纯 CSS 闪光按钮部署到 WordPress 短代码教程》,由于最近前端的开发都是使用的 Vue,于是突发奇想开发一个 Vue 按钮插件,所以就有了 Flash-Button。
使用方法
添加组件
//npm
npm install flash-button
//yarn
yarn add flash-button
引入
import FlashButton from 'flash-button'
Vue.use(FlashButton)
使用
<flash-button type="success" size="large">large</flash-button>
<flash-button type="primary" size="default">default</flash-button>
<flash-button type="error" size="small">small</flash-button>
项目地址
Github:https://github.com/Licoy/vue-flash-button
Npm:https://www.npmjs.com/package/flash-button
后记
开发 Vue 插件中也遇到了很多的问题,同时也增长了很多的见识,是一次愉快的开发,另外如果觉得不错,欢迎您在 Github 上给我的项目一个小星星(Star),谢谢!
正文完
使用官方微信小程序体验更多功能