提交 695ea3ce 编写于 作者: Z zhaoshuangshi

3.8章节下面所有习题更新完成

上级 9b3c2bc9
......@@ -2,7 +2,9 @@
"node_id": "vue-2607a3551fe34cbfbdd227ce90c92c08",
"keywords": [],
"children": [],
"export": [],
"export": [
"exercises.json"
],
"keywords_must": [],
"keywords_forbid": []
}
\ No newline at end of file
{
"type": "code_options",
"author": "zhaoshuangshi",
"source": "exercises.md",
"notebook_enable": false,
"exercise_id": "a3776db23f0c4e349df5a23a2a90e7e5"
}
\ No newline at end of file
......@@ -2,7 +2,9 @@
"node_id": "vue-9e515175ff044fd3846ae632156f2bd3",
"keywords": [],
"children": [],
"export": [],
"export": [
"exercises.json"
],
"keywords_must": [],
"keywords_forbid": []
}
\ No newline at end of file
{
"type": "code_options",
"author": "zhaoshuangshi",
"source": "exercises.md",
"notebook_enable": false,
"exercise_id": "835c73999de64459b49361c15ebe28f9"
}
\ No newline at end of file
......@@ -2,7 +2,9 @@
"node_id": "vue-b518651ed61e469bb28d7f9f7c38e095",
"keywords": [],
"children": [],
"export": [],
"export": [
"exercises.json"
],
"keywords_must": [],
"keywords_forbid": []
}
\ No newline at end of file
{
"type": "code_options",
"author": "zhaoshuangshi",
"source": "exercises.md",
"notebook_enable": false,
"exercise_id": "4a96e1aac9be4851b0f4a51bfa4652a6"
}
\ No newline at end of file
{
"type": "code_options",
"author": null,
"author": "zhaoshuangshi",
"source": "exercises.md",
"notebook_enable": false,
"exercise_id": "c4bce96f523e4baf84542e8fee6155f7"
......
{
"type": "code_options",
"author": null,
"author": "zhaoshuangshi",
"source": "exercises.md",
"notebook_enable": false,
"exercise_id": "e8b998328b3049e883d6973603bf07e0"
......
{
"type": "code_options",
"author": null,
"author": "zhaoshuangshi",
"source": "exercises.md",
"notebook_enable": false,
"exercise_id": "b3d74129db7a4d14b08ab52ba70122f5"
......
{
"type": "code_options",
"author": null,
"author": "zhaoshuangshi",
"source": "exercises.md",
"notebook_enable": false,
"exercise_id": "032c2565f11f48abae0717ea627cdef2"
......
{
"type": "code_options",
"author": null,
"author": "zhaoshuangshi",
"source": "exercises.md",
"notebook_enable": false,
"exercise_id": "5601262d8d0443558f9ebb133e8a654e"
......
{
"type": "code_options",
"author": null,
"author": "zhaoshuangshi",
"source": "exercises.md",
"notebook_enable": false,
"exercise_id": "d8bb330b4a4c4538b162af8c84ce214f"
......
{
"type": "code_options",
"author": null,
"author": "zhaoshuangshi",
"source": "exercises.md",
"notebook_enable": false,
"exercise_id": "d9f20645d6554446b530296a5dcb993e"
......
{
"type": "code_options",
"author": null,
"author": "zhaoshuangshi",
"source": "exercises.md",
"notebook_enable": false,
"exercise_id": "7a3c6b97946647c49e121d8c999c4128"
......
{
"node_id": "vue-f97a9a01507c4891ae5f41cdce3fc1e2",
"keywords": [],
"children": [],
"export": [
"exercises.json"
],
"keywords_must": [],
"keywords_forbid": []
}
\ No newline at end of file
{
"type": "code_options",
"author": null,
"source": "exercises.md",
"notebook_enable": false,
"exercise_id": "707c6df59bc945fe9813d9a36238e96f"
}
\ No newline at end of file
# 模板编译器
在Vue2中,以下哪个阶段不属于编译过程?
## 答案
createdOptimize 创建阶段
## 选项
### A
parse 解析阶段
### B
transform 转换阶段
### C
codegen 代码生成阶段
......@@ -2,7 +2,9 @@
"node_id": "vue-c59c2a7737e041b285e2d57db6824801",
"keywords": [],
"children": [],
"export": [],
"export": [
"exercises.json"
],
"keywords_must": [],
"keywords_forbid": []
}
\ No newline at end of file
{
"type": "code_options",
"author": null,
"source": "exercises.md",
"notebook_enable": false,
"exercise_id": "2616c18223674d9f9b32ee7827f942fa"
}
\ No newline at end of file
# diff算法
在Vue2中,以下哪种情况会触发diff算法说法正确的是?
## 答案
父组件重新渲染时,子组件的slot内容发生变化会触发。
## 选项
### A
父组件重新渲染时,子组件的props发生变化一定会触发。
### B
父组件重新渲染时,子组件的data发生变化一定会触发。
### C
父组件重新渲染时,子组件的样式发生变化一定会触发。
{
"node_id": "vue-c59c2a7737e041b285e2d57db6824801",
"keywords": [],
"children": [],
"export": [],
"keywords_must": [],
"keywords_forbid": []
}
\ No newline at end of file
{
"node_id": "vue-c59c2a7737e041b285e2d57db6824801",
"keywords": [],
"children": [],
"export": [],
"keywords_must": [],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -1327,7 +1327,7 @@
}
},
{
"深入Vue2响应式原理": {
"Vue2响应式": {
"node_id": "vue-9509e6aaa81c429e8ff451291b457ca3",
"keywords": [],
"children": [
......@@ -1357,15 +1357,6 @@
"keywords_must": [],
"keywords_forbid": []
}
},
{
"计算属性的强大之处": {
"node_id": "vue-db0c112775ee4491b3177bedd2a1c19c",
"keywords": [],
"children": [],
"keywords_must": [],
"keywords_forbid": []
}
}
],
"keywords_must": [],
......@@ -1574,6 +1565,34 @@
"keywords_forbid": []
}
},
{
"渲染器": {
"node_id": "vue-ccfffc43755249efbee6ca3706d49aef",
"keywords": [],
"children": [
{
"模板编译器": {
"node_id": "vue-f97a9a01507c4891ae5f41cdce3fc1e2",
"keywords": [],
"children": [],
"keywords_must": [],
"keywords_forbid": []
}
},
{
"diff算法": {
"node_id": "vue-c59c2a7737e041b285e2d57db6824801",
"keywords": [],
"children": [],
"keywords_must": [],
"keywords_forbid": []
}
}
],
"keywords_must": [],
"keywords_forbid": []
}
},
{
"Vue源码解析": {
"node_id": "vue-b76d67f0fc064aa5a05b2f7fe5ca53cf",
......@@ -1648,43 +1667,6 @@
"keywords_must": [],
"keywords_forbid": []
}
},
{
"渲染器": {
"node_id": "vue-ccfffc43755249efbee6ca3706d49aef",
"keywords": [],
"children": [
{
"diff算法": {
"node_id": "vue-c59c2a7737e041b285e2d57db6824801",
"keywords": [],
"children": [],
"keywords_must": [],
"keywords_forbid": []
}
},
{
"挂在与更新": {
"node_id": "vue-c59c2a7737e041b285e2d57db6824801",
"keywords": [],
"children": [],
"keywords_must": [],
"keywords_forbid": []
}
},
{
"渲染器的设计": {
"node_id": "vue-c59c2a7737e041b285e2d57db6824801",
"keywords": [],
"children": [],
"keywords_must": [],
"keywords_forbid": []
}
}
],
"keywords_must": [],
"keywords_forbid": []
}
}
],
"keywords_must": [],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册