会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
此夏
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
8
下一页
2020年11月2日
Vue+Element+Table表格动态跨列文章
摘要: https://my.oschina.net/u/4772459/blog/4699602 如图所示: 1 <template class="SysRole"> 2 <div> 3 <el-table 4 :data="tableData" 5 :span-method="arraySpanMeth
阅读全文
posted @ 2020-11-02 16:19 此夏_唯美
阅读(1066)
评论(0)
推荐(0)
编辑
2020年10月27日
vue框架文字滚动插件
摘要: 安装:npm install vue-seamless-scroll --save main.js页面引用: import scroll from 'vue-seamless-scroll' Vue.use(scroll) 实例: 1 <template> 2 <vue-seamless-scrol
阅读全文
posted @ 2020-10-27 09:11 此夏_唯美
阅读(416)
评论(0)
推荐(0)
编辑
2020年9月7日
vue项目浏览器ioc小图标
摘要: 1 先有一个需要图片,png 、jpg ...格式都可以 2 把图片转换成 .con 格式的图标 ,http://www.bitbug.net/使用比特虫转换 ,目标尺寸:16*16 或者 32*32都行 3 转换后的图标命名为 favicon.ico ,放在项目根目录,与 index.html 文
阅读全文
posted @ 2020-09-07 14:00 此夏_唯美
阅读(660)
评论(0)
推荐(0)
编辑
2020年9月5日
vue搭建项目iview+axios+less
摘要: 项目地址:https://github.com/CinderellaStory/vue-iview-project vue搭建项目壳子已安装:iview、axios、less 已有界面:登录、左侧菜单 已有功能:面包屑切换、axios封装等
阅读全文
posted @ 2020-09-05 15:16 此夏_唯美
阅读(296)
评论(0)
推荐(0)
编辑
2020年9月1日
vue移动端在线签名
摘要: <template> <section class="signature"> <div class="signatureBox"> <div class="canvasBox" ref="canvasHW"> <canvas ref="canvasF" @touchstart='touchStart
阅读全文
posted @ 2020-09-01 18:00 此夏_唯美
阅读(1438)
评论(0)
推荐(0)
编辑
2020年8月17日
Vue中的input输入框无法输入强制渲染
摘要: 刚开始以为是键盘的问题,然后发现别的地方都可以输入,唯独这个input无法输入,可能因为我循环嵌套了三次,太深入无法渲染 后来我发现这个方法可以使用 1 <el-input 2 v-model="desc" 3 type="textarea" 4 @input="change($event)" 5
阅读全文
posted @ 2020-08-17 15:59 此夏_唯美
阅读(3880)
评论(0)
推荐(1)
编辑
2020年5月26日
小程序Vant框架
摘要: 1、新建小程序项目 2、初始化:npm install,安装vant小程序框架,vant weapp官网看安装文档,地址:https://youzan.github.io/vant-weapp/#/quickstart "usingComponents": { "van-button": "@van
阅读全文
posted @ 2020-05-26 14:55 此夏_唯美
阅读(900)
评论(0)
推荐(0)
编辑
2020年5月8日
vue项目根据不同环境动态配置接口
摘要: 首先,在公共请求接口的地方src/api/common.js 1 // 公共配置接口域名接口 2 export function configApi(data) { 3 return request({ 4 url: '配置接口', 5 method: 'post', 6 data 7 }) 8 }
阅读全文
posted @ 2020-05-08 15:13 此夏_唯美
阅读(3095)
评论(0)
推荐(0)
编辑
2020年4月29日
微信内置浏览器手机按返回键,给出提示,是否要退出
摘要: destroyed() { window.removeEventListener('popstate', this.backChange, false)// false阻止默认事件 }, mounted() { // 如果支持 popstate 一般移动端都支持了 if (window.histor
阅读全文
posted @ 2020-04-29 10:48 此夏_唯美
阅读(465)
评论(0)
推荐(0)
编辑
vue常用插件-数字滚动效果vue-count-to
摘要: # 安装 npm install vue-count-to #使用 <template> <countTo :startVal='startVal' :endVal='endVal' :duration='3000'></countTo> </template> <script> import co
阅读全文
posted @ 2020-04-29 10:43 此夏_唯美
阅读(2324)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
···
8
下一页
公告