会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
霜Zzs
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
2018年3月9日
返回顶部
摘要: //html <div class="to-top" data-id="#index"></div> //使用 返回顶部 $(".to-top").unbind("click").click(function(){ var ele=$(this); reachToPoint(ele); }); fu
阅读全文
posted @ 2018-03-09 09:18 霜~
阅读(207)
评论(0)
推荐(0)
2018年3月7日
去除vue-router 链接上的#号
摘要: 在vue-cli 构建的项目中 打开文件router/index.js 加上:mode:"history"
阅读全文
posted @ 2018-03-07 15:57 霜~
阅读(1765)
评论(0)
推荐(0)
input 实现调用本地摄像头 实现拍照 和拍视频
摘要: <!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <!--<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-
阅读全文
posted @ 2018-03-07 12:21 霜~
阅读(2455)
评论(0)
推荐(0)
vue-cli 安装sass 和 font-awesome 笔记
摘要: 执行的命令都是在当前项目的根目录下执行 1、vue-cli 安装sass a、npm install style-loader css-loader sass-loader --save-dev //(--save-dev == -D) b、npm install node-sass --save-
阅读全文
posted @ 2018-03-07 12:19 霜~
阅读(3582)
评论(0)
推荐(0)
上一页
1
2
3
4
5
公告