diff --git a/questions/1-hello-word/README.md b/questions/1-hello-word/README.md index 681cb7b..56cfc60 100644 --- a/questions/1-hello-word/README.md +++ b/questions/1-hello-word/README.md @@ -1,4 +1,4 @@ -
By webfansplz @webfansplz
Take the Challenge(Passed unit tests)
Hello, World! diff --git a/questions/1-hello-word/README.zh-CN.md b/questions/1-hello-word/README.zh-CN.md index 7083209..a66a846 100644 --- a/questions/1-hello-word/README.zh-CN.md +++ b/questions/1-hello-word/README.zh-CN.md @@ -1,4 +1,4 @@ -By webfansplz @webfansplz
+By webfansplz @webfansplz
Hello,World! diff --git a/questions/10-lifecycle/README.md b/questions/10-lifecycle/README.md index 5cd39c8..0048042 100644 --- a/questions/10-lifecycle/README.md +++ b/questions/10-lifecycle/README.md @@ -1,4 +1,4 @@ -By webfansplz @webfansplz
By webfansplz @webfansplz
Take the Challenge(Passed unit tests)
For this challenge, you'll use the `Composition API: Lifecycle Hooks` to complete the challenge. diff --git a/questions/10-lifecycle/README.zh-CN.md b/questions/10-lifecycle/README.zh-CN.md index a004b63..e39908d 100644 --- a/questions/10-lifecycle/README.zh-CN.md +++ b/questions/10-lifecycle/README.zh-CN.md @@ -1,4 +1,4 @@ -By webfansplz @webfansplz
+By webfansplz @webfansplz
在这个挑战中,你将使用 `组合式 API: 生命周期钩子` 来完成它。 diff --git a/questions/11-next-dom-update/README.md b/questions/11-next-dom-update/README.md index e631401..c52ae84 100644 --- a/questions/11-next-dom-update/README.md +++ b/questions/11-next-dom-update/README.md @@ -1,4 +1,4 @@ -By webfansplz @webfansplz
By webfansplz @webfansplz
Take the Challenge(Passed unit tests)
When you mutate a reactive state in `Vue.js`, the resulting DOM updates are not applied synchronously. diff --git a/questions/11-next-dom-update/README.zh-CN.md b/questions/11-next-dom-update/README.zh-CN.md index c46f4fb..d1fb49d 100644 --- a/questions/11-next-dom-update/README.zh-CN.md +++ b/questions/11-next-dom-update/README.zh-CN.md @@ -1,4 +1,4 @@ -By webfansplz @webfansplz
+By webfansplz @webfansplz
在`Vue.js`中改变响应式状态时,DOM不会同步更新。 diff --git a/questions/12-optimize-perf-directive/README.md b/questions/12-optimize-perf-directive/README.md index e6be569..fb58b97 100644 --- a/questions/12-optimize-perf-directive/README.md +++ b/questions/12-optimize-perf-directive/README.md @@ -1,4 +1,4 @@ -By webfansplz @webfansplz
By webfansplz @webfansplz
Take the Challenge(Passed unit tests)
`Vue.js` provides a directive that renders the element and the component only once, and skips future updates. diff --git a/questions/12-optimize-perf-directive/README.zh-CN.md b/questions/12-optimize-perf-directive/README.zh-CN.md index ffaee30..347ed33 100644 --- a/questions/12-optimize-perf-directive/README.zh-CN.md +++ b/questions/12-optimize-perf-directive/README.zh-CN.md @@ -1,4 +1,4 @@ -By webfansplz @webfansplz
+By webfansplz @webfansplz
`Vue.js` 提供了一个指令,以便只渲染一次元素和组件,并且跳过以后的更新。 diff --git a/questions/13-dom-portal/README.md b/questions/13-dom-portal/README.md index ee7fda3..bcb2129 100644 --- a/questions/13-dom-portal/README.md +++ b/questions/13-dom-portal/README.md @@ -1,4 +1,4 @@ -By webfansplz @webfansplz
By webfansplz @webfansplz
Take the Challenge(Passed unit tests)
`Vue.js` provides a built-in component that renders its slot content to another part of the `DOM`. diff --git a/questions/13-dom-portal/README.zh-CN.md b/questions/13-dom-portal/README.zh-CN.md index dfb056c..f7dc29b 100644 --- a/questions/13-dom-portal/README.zh-CN.md +++ b/questions/13-dom-portal/README.zh-CN.md @@ -1,4 +1,4 @@ -By webfansplz @webfansplz
+By webfansplz @webfansplz
`Vue.js`提供了一个内置组件,将其插槽内容渲染到另一个DOM,成为该DOM的一部分。 diff --git a/questions/14-dynamic-css-values/README.md b/questions/14-dynamic-css-values/README.md index d130d93..2ce75df 100644 --- a/questions/14-dynamic-css-values/README.md +++ b/questions/14-dynamic-css-values/README.md @@ -1,4 +1,4 @@ -By webfansplz @webfansplz
By webfansplz @webfansplz
Take the Challenge(Passed unit tests)
SFC `By webfansplz @webfansplz