提交 4cb41b16 编写于 作者: Z zhaoshuangshi

3.6章节下所有小节习题添加

上级 adf6cf0e
{
"type": "code_options",
"author": null,
"author": "zhaoshuangshi",
"source": "exercises.md",
"notebook_enable": false,
"exercise_id": "d7875b9915f145438bf0fd6e530202e4"
......
{
"type": "code_options",
"author": null,
"author": "zhaoshuangshi",
"source": "exercises.md",
"notebook_enable": false,
"exercise_id": "dfc53b19ff01445e86cf131cf22c4607"
......
{
"type": "code_options",
"author": null,
"author": "zhaoshuangshi",
"source": "exercises.md",
"notebook_enable": false,
"exercise_id": "02d6d2629362444198b6ab8f9bae4669"
......
......@@ -2,7 +2,9 @@
"node_id": "vue-7df96b97a9294d899f1967bcdde1e942",
"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": "f8fbf8fd07de47f89b4f1331ed3a7df5"
}
\ No newline at end of file
# CSS过渡
在Vue中使用CSS过渡时,应该在元素上添加哪个类名来触发过渡效果?
## 答案
v-transition
## 选项
### A
v-show
### B
v-animation
### C
v-ented
......@@ -2,7 +2,9 @@
"node_id": "vue-4fc82244fa364af48ae2345a50674686",
"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": "3114f486756748b3a6d351b183844cb6"
}
\ No newline at end of file
# javaScript过渡
在Vue中使用JavaScript钩子函数过渡时,哪个钩子函数在元素插入后立即调用?
## 答案
enter
## 选项
### A
before-enter
### B
after-enter
### C
enter-cancelled
......@@ -2,7 +2,9 @@
"node_id": "vue-9d65fc29b933406c9e9d44f6a75a825f",
"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": "e73e42fcf8824231a41352d68cf0ee24"
}
\ No newline at end of file
# 组件过渡
在Vue中使用`<transition>`组件实现过渡效果时,应该设置哪个属性来指定过渡动画的类名?
## 答案
name
## 选项
### A
mode
### B
appear
### C
tag
......@@ -1271,7 +1271,7 @@
"children": [
{
"render函数": {
"node_id": "vue-dfdb05ea22bb40d58f1a3e1d00dfe06c",
"node_id": "vue-3da6179905284b2f90da29f78698c56e",
"keywords": [
"render"
],
......@@ -1284,7 +1284,7 @@
},
{
"createElement参数": {
"node_id": "vue-64b431ad6e1a4b1293aae0354cbe63df",
"node_id": "vue-3dc2ec34a5a044159790f511a5d0bbd2",
"keywords": [
"createElement"
],
......@@ -1297,7 +1297,7 @@
},
{
"JSX": {
"node_id": "vue-268ee731f00a4c5a9cfd56dc165bc8ba",
"node_id": "vue-d8af78e3f36749afb7629c909d9a7078",
"keywords": [
"JSX"
],
......@@ -1479,7 +1479,7 @@
}
},
{
"渐进过渡": {
"组件过渡": {
"node_id": "vue-9d65fc29b933406c9e9d44f6a75a825f",
"keywords": [],
"children": [],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册