- 博客(3)
- 收藏
- 关注
原创 vue实现简约风格验证码
组件代码如下:<template> <div style="cursor: pointer;" @click="changeCode"> <canvas id="identify" :width="width" :height="height"></canvas> </div></template><script> export default { name: 'SIdentify', .
2020-05-25 13:43:18
259
原创 vue基于element-ui实现可编辑的简单表格
vue基于element-ui实现可编辑的简单表格效果图简单粗暴直接上代码,直接copy即可表格组件代码:<template> <el-row> <div @contextmenu.prevent="showMainMenu($event)"> <el-table :empty-text="emptyText" :fit="fit" :data="tableData" style="width: 100%" :max-height
2020-05-19 17:03:34
1267
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅