Skip to content

Commit d112700

Browse files
authored
Merge pull request #85 from lindazhang102/2.0-cn
update examples file
2 parents a8163f7 + 5ffa16f commit d112700

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/examples/firebase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ type: examples
44
order: 2
55
---
66

7-
> 本示例使用 [Firebase](https://firebase.google.com/) 作为数据存储后端,同时在客户端进行数据实时同步(你可以在多个浏览器窗口去打开它来验证)。另外,它通过计算属性实时验证,并且添加/移除选项时触发 CSS 转变
7+
> 本示例使用 [Firebase](https://firebase.google.com/) 作为数据存储后端,同时在客户端进行数据实时同步(你可以在多个浏览器窗口去打开它来验证)。另外,它通过计算属性实时验证,并且添加/移除选项时触发 CSS 过渡
88
<iframe width="100%" height="500" src="https://jsfiddle.net/yyx990803/hkrxmp0h/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

src/examples/hackernews.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: examples
44
order: 10
55
---
66

7-
> HackerNews 克隆是基于 HN 的官方 firebase APIVue 2.0 、vue-router 和 vuex 来构建的,使用服务器端渲染。
7+
> HackerNews 克隆是基于 HN 的官方 firebase APIVue 2.0 、vue-router 和 vuex 来构建的,使用服务器端渲染。
88
99
{% raw %}
1010
<div style="max-width:600px">
@@ -15,8 +15,7 @@ order: 10
1515
{% endraw %}
1616

1717
> [Live Demo](https://vue-hn.now.sh/)
18-
> Note: the demo may need some spin up time if nobody has accessed it for a certain period.
19-
笔记:如果没在特定时间段用到它,那么本示例需要一些加载时间。
18+
> 笔记:如果没在特定时间段用到它,那么本示例需要一些加载时间。
2019
>
2120
> [[Source](https://github.com/vuejs/vue-hackernews-2.0)]
2221

0 commit comments

Comments
 (0)