Skip to content

Commit 7f579ef

Browse files
committed
Merge branch 'master' of https://github.com/jsfront/src
2 parents 6ac7b93 + 8a6484a commit 7f579ef

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

css.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ text-align:justify;text-justify:inter-ideogra
2020
- [去掉Webkit(chrome)浏览器中input(文本框)或textarea的黄色焦点框](http://www.cnblogs.com/niao/archive/2012/09/07/2674511.html)
2121
```css
2222
input,button,select,textarea{ outline:none;}
23-
textarea{ font-size:13px; resize:none;}
23+
textarea{ resize:none;}
2424
```
2525

2626
- [去掉chrome记住密码后自动填充表单的黄色背景](http://www.tuicool.com/articles/EZ777n )
@@ -371,4 +371,4 @@ window.addEventListener("onorientationchange" in window ? "orientationchange" :
371371
n();
372372
}());
373373
```
374-
374+

qq.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@
355355

356356
- [seajs](http://seajs.org/)
357357
- [seajs 中文手册](http://cyj.me/why-seajs/zh/)
358+
- [JavaScript模块化开发库之SeaJS](http://www.cnblogs.com/snandy/archive/2012/03/30/2423612.html)
358359

359360
####13. Less,sass
360361

vuejs.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
----
1616

1717
###如何优雅地使用此文档
18-
1. 入门先从官网文档入手,粗略过一遍有个影响,力求回查时能找到对应的关键字或位置。
19-
- [中文官网](http://cn-stage.vuejs.org/)
20-
- [vuejs](http://cn.vuejs.org/)
18+
1. 入门先从官网文档入手,粗略过一遍有个印象,力求回查时能找到对应的关键字或位置。
19+
- [vuejs中文官网](http://cn.vuejs.org/)
20+
- [vuejs英文官网](http://vuejs.org/)
2121
- [vuejs组织](https://github.com/vuejs)
2222
2. 发出一个问题之后,不要暂时的离开电脑,如果没有把握先不要提问。
2323
3. 珍惜每一次提问,感恩每一次反馈,每个人工作还是业余之外抽出的时间有限,充分准备好应有的资源之后再发问,有利于问题能够高效质量地得到解决。尤其是具备解决问题能力的人,通常时间都很宝贵。
@@ -36,6 +36,9 @@
3636

3737
2. 入门类
3838
- [vue 快速入门](http://segmentfault.com/a/1190000003968020)
39+
- [vuex - 入门教程实例1](https://segmentfault.com/a/1190000005018970)
40+
- [vuex - 入门教程实例2](https://segmentfault.com/a/1190000005148935)
41+
- [vuex - 入门教程实例3](https://segmentfault.com/a/1190000006988584)
3942

4043
3. 英文教程
4144
- [Learning Vue 1.0: Step By Step](https://laracasts.com/series/learning-vue-step-by-step/)
@@ -53,7 +56,7 @@
5356
###二. 文档
5457

5558
- API
56-
- [Vue.js - API](http://cn-stage.vuejs.org/api/)
59+
- [Vue.js - API](http://cn.vuejs.org/api/)
5760
- router
5861
- [vue-router文档](http://router.vuejs.org/zh-cn/index.html)
5962

@@ -126,8 +129,11 @@
126129
- [vue-qrcode](https://github.com/xiaokaike/vue-qrcode)
127130
- 省市联动
128131
- [Vue 省市区三级联动组件](https://github.com/QingWei-Li/vue-region-picker)
129-
-TimeLine
130-
-[Vue企业级时间轴选择器](https://github.com/yelingfeng/vue-timelinepick)
132+
- TimeLine
133+
- [Vue企业级时间轴选择器](https://github.com/yelingfeng/vue-timelinepick)
134+
- Template
135+
- [vue2.0模板](https://github.com/yelingfeng/vue-ylf-template)
136+
- [vue2.0全家桶实例](https://github.com/yelingfeng/vue-2.0-FamilyBucket)
131137

132138
###四. 示例
133139

0 commit comments

Comments
 (0)