10 2021 档案

摘要:<el-pagination :current-page="currentPage" :page-sizes="[10, 30, 50]" :page-size="pageSize" layout="total, sizes, prev, pager, next, jumper" :total="t 阅读全文
posted @ 2021-10-29 17:33 小小小小小前端 阅读(179) 评论(0) 推荐(0) 编辑
摘要:一、安装插件 npm install vue-clipboard2 --save 二、全局注入(main.js) import VueClipboard from 'vue-clipboard2' Vue.use(VueClipboard) 三、使用 <div class="watermark"> 阅读全文
posted @ 2021-10-29 16:11 小小小小小前端 阅读(2147) 评论(0) 推荐(0) 编辑
摘要:<template> <el-table :data="tableData5" style="width: 100%" row-key="id" :expand-row-keys="expands" @row-click="rowClick"> <el-table-column type="expa 阅读全文
posted @ 2021-10-28 16:52 小小小小小前端 阅读(1732) 评论(0) 推荐(0) 编辑
摘要:import { Message } from 'element-ui' <el-button @click="onCopyNo('123')">复制</el-button> onCopyNo(text) { const inputElement = document.createElement(' 阅读全文
posted @ 2021-10-27 15:41 小小小小小前端 阅读(173) 评论(0) 推荐(0) 编辑
摘要:/* eslint-disable vue/require-prop-types */ 子组件 <template> <a-modal :visible="show" width="780px" destroyOnClose :footer="null" @cancel="handleCancel" 阅读全文
posted @ 2021-10-19 15:10 小小小小小前端 阅读(81) 评论(0) 推荐(0) 编辑
摘要:import noimg from '@/assets/noimg.png' head_uplist: [noimg], 阅读全文
posted @ 2021-10-18 14:46 小小小小小前端 阅读(181) 评论(0) 推荐(0) 编辑
摘要:<a-input placeholder="请输入用户名" :maxLength="20" v-decorator="[ 'username', { rules: [{ required: true, message: '请输入用户名' }, { min: 5, max: 20, message: 阅读全文
posted @ 2021-10-12 10:40 小小小小小前端 阅读(348) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示