Skip to content

Commit d70d6ed

Browse files
committed
chapter-5 review1
1 parent f5ff230 commit d70d6ed

File tree

2 files changed

+156
-154
lines changed

2 files changed

+156
-154
lines changed

chapter-4/Reactivity – Binding Data to Your Application.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export default {
120120

121121
## 表达式
122122

123-
超出意外, 但是 Vue 完全支持在花括号写表达式! 我们来用任意一个番茄钟组件试试这些表达式。 你可以在这里查看一些实践 [chapter4/pomodoro2](https://github.com/PacktPublishing/Learning-Vuejs-2/tree/master/chapter4/pomodoro2)
123+
超出意料, 但 Vue 完全支持在花括号写表达式! 我们来用任意一个番茄钟组件试试这些表达式。 你可以在这里查看一些实践 [chapter4/pomodoro2](https://github.com/PacktPublishing/Learning-Vuejs-2/tree/master/chapter4/pomodoro2)
124124

125125
随便在一个组件内尝试下, 例如 *StateTitleComponent.vue* 文件。 我们来添加一些 JavaScript 表达式:
126126

@@ -700,8 +700,7 @@ export default {
700700
</li>
701701
</ul>
702702
<div class="tab-content">
703-
<div v-for="list in shoppinglists" class="tab-pane"
704-
role="tabpanel" id="ID">
703+
<div v-for="list in shoppinglists" class="tab-pane" role="tabpanel" id="ID">
705704
SHOPPING LIST COMPONENT
706705
</div>
707706
</div>

0 commit comments

Comments
 (0)