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 @@ -

Hello World warm-up

By webfansplz @webfansplz

Take the Challenge    简体中文    Take the Challenge(Passed unit tests)

+

Hello World warm-up

By webfansplz @webfansplz

Take the Challenge    简体中文

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

接受挑战    English    接受挑战(通过单元测试)

+

你好 ! 热身

By webfansplz @webfansplz

接受挑战    English

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 @@ -

Lifecycle Hooks easy #Composition API #Lifecycle

By webfansplz @webfansplz

Take the Challenge    简体中文    Take the Challenge(Passed unit tests)

+

Lifecycle Hooks easy #Composition API #Lifecycle

By webfansplz @webfansplz

Take the Challenge    简体中文

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 @@ -

生命周期钩子 简单 #Composition API #Lifecycle

By webfansplz @webfansplz

接受挑战    English    接受挑战(通过单元测试)

+

生命周期钩子 简单 #Composition API #Lifecycle

By webfansplz @webfansplz

接受挑战    English

在这个挑战中,你将使用 `组合式 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 @@ -

Next DOM update flush easy #Global API:General

By webfansplz @webfansplz

Take the Challenge    简体中文    Take the Challenge(Passed unit tests)

+

Next DOM update flush easy #Global API:General

By webfansplz @webfansplz

Take the Challenge    简体中文

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 @@ -

下一次DOM更新 简单 #Global API:General

By webfansplz @webfansplz

接受挑战    English    接受挑战(通过单元测试)

+

下一次DOM更新 简单 #Global API:General

By webfansplz @webfansplz

接受挑战    English

在`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 @@ -

Optimize performance directive medium #Directives #Built-ins

By webfansplz @webfansplz

Take the Challenge    简体中文    Take the Challenge(Passed unit tests)

+

Optimize performance directive medium #Directives #Built-ins

By webfansplz @webfansplz

Take the Challenge    简体中文

`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 @@ -

优化性能的指令 中等 #Directives #Built-ins

By webfansplz @webfansplz

接受挑战    English    接受挑战(通过单元测试)

+

优化性能的指令 中等 #Directives #Built-ins

By webfansplz @webfansplz

接受挑战    English

`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 @@ -

DOM Portal easy #Components #Built-ins

By webfansplz @webfansplz

Take the Challenge    简体中文    Take the Challenge(Passed unit tests)

+

DOM Portal easy #Components #Built-ins

By webfansplz @webfansplz

Take the Challenge    简体中文

`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 @@ -

DOM传送门 简单 #Components #Built-ins

By webfansplz @webfansplz

接受挑战    English    接受挑战(通过单元测试)

+

DOM传送门 简单 #Components #Built-ins

By webfansplz @webfansplz

接受挑战    English

`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 @@ -

Dynamic css values easy #CSS Features

By webfansplz @webfansplz

Take the Challenge    简体中文    Take the Challenge(Passed unit tests)

+

Dynamic css values easy #CSS Features

By webfansplz @webfansplz

Take the Challenge    简体中文

SFC `