提交 071f3d87 编写于 作者: L luxin

opt keywords_must

上级 e7f5d617
......@@ -10,7 +10,7 @@
"exercises.json"
],
"keywords_must": [
"Vue"
["Vue", "简介"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -11,7 +11,7 @@
"exercises.json"
],
"keywords_must": [
"MVVM"
["MVVM", "响应式"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -10,7 +10,7 @@
"exercises.json"
],
"keywords_must": [
"MVVM"
["MVVM", "优点"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -9,6 +9,6 @@
"export": [
"exercises.json"
],
"keywords_must": [],
"keywords_must": [["vue", "query"]],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -9,7 +9,7 @@
"exercises.json"
],
"keywords_must": [
"Node"
["Node", "安装"], ["Node", "配置"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -8,7 +8,7 @@
"exercises.json"
],
"keywords_must": [
"NPM"
["NPM", "命令"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -8,7 +8,7 @@
"exercises.json"
],
"keywords_must": [
"CNPM安装"
["CNPM", "安装"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -8,7 +8,7 @@
"exercises.json"
],
"keywords_must": [
"Vue安装"
["Vue", "安装"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -9,8 +9,8 @@
"exercises.json"
],
"keywords_must": [
"Vue实例",
"Vue初始化"
["Vue", "实例"],
["Vue", "初始化"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -9,8 +9,7 @@
"exercises.json"
],
"keywords_must": [
"Vue",
"生命周期"
["Vue", "生命周期"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -8,7 +8,7 @@
"exercises.json"
],
"keywords_must": [
"Vue指令"
["Vue", "指令"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -9,8 +9,7 @@
"exercises.json"
],
"keywords_must": [
"计算属性",
"computed"
["vue", "计算属性"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -9,8 +9,7 @@
"exercises.json"
],
"keywords_must": [
"Vue侦听器",
"watch"
["Vue", "侦听器"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -8,7 +8,7 @@
"exercises.json"
],
"keywords_must": [
"插值表达式"
["vue", "插值表达式"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -9,8 +9,7 @@
"exercises.json"
],
"keywords_must": [
"Vue过滤器",
"filters"
["Vue", "过滤器"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -9,8 +9,7 @@
"exercises.json"
],
"keywords_must": [
"Vue",
":class"
["vue", "class", "style", "绑定"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -11,7 +11,7 @@
"exercises.json"
],
"keywords_must": [
"Vue"
["Vue", "修饰符"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -7,6 +7,8 @@
"export": [
"exercises.json"
],
"keywords_must": [],
"keywords_must": [
["V-model", "绑定", "修饰符"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -10,8 +10,7 @@
"exercises.json"
],
"keywords_must": [
"Vue",
"组件"
["Vue", "组件"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -8,7 +8,7 @@
"exercises.json"
],
"keywords_must": [
"Vue"
["vue", "父子组建", "通信"]
],
"keywords_forbid": []
"keywords_forbid": ["非父子"]
}
\ No newline at end of file
......@@ -9,7 +9,7 @@
"exercises.json"
],
"keywords_must": [
"Vue"
["vue", "非父子组建", "通信"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -9,7 +9,8 @@
"exercises.json"
],
"keywords_must": [
"Vue"
["Vue", "slot"],
["vue", "插槽"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -9,8 +9,8 @@
"exercises.json"
],
"keywords_must": [
"Vue",
"组件"
["Vue", "动态组件"],
["Vue", "异步组件"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -9,7 +9,7 @@
"exercises.json"
],
"keywords_must": [
"Vue"
["vue-rooter", "介绍"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -10,7 +10,7 @@
"exercises.json"
],
"keywords_must": [
"Vue"
["vue-rooter", "路由", "安装"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -8,7 +8,7 @@
"exercises.json"
],
"keywords_must": [
"Vue"
["vue-rooter", "编程式", "导航"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -8,7 +8,7 @@
"exercises.json"
],
"keywords_must": [
"Vue"
["vue-rooter", "动态路由"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -8,7 +8,7 @@
"exercises.json"
],
"keywords_must": [
"Vue"
["vue-rooter", "路由", "传参"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -10,8 +10,8 @@
"exercises.json"
],
"keywords_must": [
"Vue",
"路由"
["vue-rooter", "路由", "重定向"],
["vue-rooter", "路由", "别名"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -8,7 +8,7 @@
"exercises.json"
],
"keywords_must": [
"Vue"
["vue-rooter", "路由模式"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -8,7 +8,7 @@
"exercises.json"
],
"keywords_must": [
"Vue"
["vue-rooter", "前置", "守卫"]
],
"keywords_forbid": []
"keywords_forbid": ["后置"]
}
\ No newline at end of file
......@@ -5,6 +5,8 @@
"export": [
"exercises.json"
],
"keywords_must": [],
"keywords_forbid": []
"keywords_must": [
["vue-rooter", "后置", "守卫"]
],
"keywords_forbid": ["前置"]
}
\ No newline at end of file
......@@ -9,7 +9,7 @@
"exercises.json"
],
"keywords_must": [
"VueX"
["VueX", "介绍"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -9,7 +9,8 @@
"exercises.json"
],
"keywords_must": [
"VueX"
["VueX", "安装"],
["VueX", "配置"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -9,7 +9,7 @@
"exercises.json"
],
"keywords_must": [
"VueX"
["VueX", "核心"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -8,7 +8,7 @@
"exercises.json"
],
"keywords_must": [
"VueX"
["VueX", "组合式", "api"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -9,7 +9,7 @@
"exercises.json"
],
"keywords_must": [
"Vue"
["Vue-cli", "安装"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -10,7 +10,7 @@
"exercises.json"
],
"keywords_must": [
"Vue"
["Vue-cli", "项目"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -8,7 +8,7 @@
"exercises.json"
],
"keywords_must": [
"Vue"
["Vue-cli", "命令"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -9,7 +9,7 @@
"exercises.json"
],
"keywords_must": [
"Vue"
["vue.config.js", "配置"]
],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -3,7 +3,8 @@
"keywords": [],
"children": [],
"export": [
"exercises.json"
],
"keywords_must": [],
"keywords_must": [["vue", "注册", "自定义指令"]],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -3,8 +3,8 @@
"keywords": [],
"children": [],
"export": [
"exercises.json"
],
"keywords_must": [],
"keywords_must": ["Object.defineProperty"],
"keywords_forbid": []
}
\ No newline at end of file
......@@ -23,7 +23,10 @@
],
"children": [],
"keywords_must": [
"Vue"
[
"Vue",
"简介"
]
],
"keywords_forbid": [],
"group": 0
......@@ -40,7 +43,10 @@
],
"children": [],
"keywords_must": [
"MVVM"
[
"MVVM",
"响应式"
]
],
"keywords_forbid": [],
"group": 0
......@@ -56,7 +62,10 @@
],
"children": [],
"keywords_must": [
"MVVM"
[
"MVVM",
"优点"
]
],
"keywords_forbid": [],
"group": 0
......@@ -71,7 +80,12 @@
"Vue和Jquery哪个好"
],
"children": [],
"keywords_must": [],
"keywords_must": [
[
"vue",
"query"
]
],
"keywords_forbid": [],
"group": 0
}
......@@ -96,7 +110,14 @@
],
"children": [],
"keywords_must": [
"Node"
[
"Node",
"安装"
],
[
"Node",
"配置"
]
],
"keywords_forbid": [],
"group": 0
......@@ -110,7 +131,10 @@
],
"children": [],
"keywords_must": [
"NPM"
[
"NPM",
"命令"
]
],
"keywords_forbid": [],
"group": 0
......@@ -124,7 +148,10 @@
],
"children": [],
"keywords_must": [
"CNPM安装"
[
"CNPM",
"安装"
]
],
"keywords_forbid": [],
"group": 0
......@@ -149,7 +176,10 @@
],
"children": [],
"keywords_must": [
"Vue安装"
[
"Vue",
"安装"
]
],
"keywords_forbid": [],
"group": 0
......@@ -164,8 +194,14 @@
],
"children": [],
"keywords_must": [
"Vue实例",
"Vue初始化"
[
"Vue",
"实例"
],
[
"Vue",
"初始化"
]
],
"keywords_forbid": [],
"group": 0
......@@ -180,8 +216,10 @@
],
"children": [],
"keywords_must": [
"Vue",
"生命周期"
[
"Vue",
"生命周期"
]
],
"keywords_forbid": [],
"group": 0
......@@ -195,7 +233,10 @@
],
"children": [],
"keywords_must": [
"Vue指令"
[
"Vue",
"指令"
]
],
"keywords_forbid": [],
"group": 0
......@@ -210,8 +251,10 @@
],
"children": [],
"keywords_must": [
"计算属性",
"computed"
[
"vue",
"计算属性"
]
],
"keywords_forbid": [],
"group": 0
......@@ -226,8 +269,10 @@
],
"children": [],
"keywords_must": [
"Vue侦听器",
"watch"
[
"Vue",
"侦听器"
]
],
"keywords_forbid": [],
"group": 0
......@@ -252,7 +297,10 @@
],
"children": [],
"keywords_must": [
"插值表达式"
[
"vue",
"插值表达式"
]
],
"keywords_forbid": [],
"group": 0
......@@ -267,8 +315,10 @@
],
"children": [],
"keywords_must": [
"Vue过滤器",
"filters"
[
"Vue",
"过滤器"
]
],
"keywords_forbid": [],
"group": 0
......@@ -283,8 +333,12 @@
],
"children": [],
"keywords_must": [
"Vue",
":class"
[
"vue",
"class",
"style",
"绑定"
]
],
"keywords_forbid": [],
"group": 0
......@@ -301,7 +355,10 @@
],
"children": [],
"keywords_must": [
"Vue"
[
"Vue",
"修饰符"
]
],
"keywords_forbid": [],
"group": 0
......@@ -341,7 +398,13 @@
"v-model修饰符"
],
"children": [],
"keywords_must": [],
"keywords_must": [
[
"V-model",
"绑定",
"修饰符"
]
],
"keywords_forbid": [],
"group": 0
}
......@@ -378,8 +441,10 @@
],
"children": [],
"keywords_must": [
"Vue",
"组件"
[
"Vue",
"组件"
]
],
"keywords_forbid": [],
"group": 0
......@@ -393,9 +458,15 @@
],
"children": [],
"keywords_must": [
"Vue"
[
"vue",
"父子组建",
"通信"
]
],
"keywords_forbid": [
"非父子"
],
"keywords_forbid": [],
"group": 0
}
},
......@@ -408,7 +479,11 @@
],
"children": [],
"keywords_must": [
"Vue"
[
"vue",
"非父子组建",
"通信"
]
],
"keywords_forbid": [],
"group": 0
......@@ -423,7 +498,14 @@
],
"children": [],
"keywords_must": [
"Vue"
[
"Vue",
"slot"
],
[
"vue",
"插槽"
]
],
"keywords_forbid": [],
"group": 0
......@@ -438,8 +520,14 @@
],
"children": [],
"keywords_must": [
"Vue",
"组件"
[
"Vue",
"动态组件"
],
[
"Vue",
"异步组件"
]
],
"keywords_forbid": [],
"group": 0
......@@ -465,7 +553,10 @@
],
"children": [],
"keywords_must": [
"Vue"
[
"vue-rooter",
"介绍"
]
],
"keywords_forbid": [],
"group": 0
......@@ -481,7 +572,11 @@
],
"children": [],
"keywords_must": [
"Vue"
[
"vue-rooter",
"路由",
"安装"
]
],
"keywords_forbid": [],
"group": 0
......@@ -495,7 +590,11 @@
],
"children": [],
"keywords_must": [
"Vue"
[
"vue-rooter",
"编程式",
"导航"
]
],
"keywords_forbid": [],
"group": 0
......@@ -509,7 +608,10 @@
],
"children": [],
"keywords_must": [
"Vue"
[
"vue-rooter",
"动态路由"
]
],
"keywords_forbid": [],
"group": 0
......@@ -523,7 +625,11 @@
],
"children": [],
"keywords_must": [
"Vue"
[
"vue-rooter",
"路由",
"传参"
]
],
"keywords_forbid": [],
"group": 0
......@@ -539,8 +645,16 @@
],
"children": [],
"keywords_must": [
"Vue",
"路由"
[
"vue-rooter",
"路由",
"重定向"
],
[
"vue-rooter",
"路由",
"别名"
]
],
"keywords_forbid": [],
"group": 0
......@@ -554,7 +668,10 @@
],
"children": [],
"keywords_must": [
"Vue"
[
"vue-rooter",
"路由模式"
]
],
"keywords_forbid": [],
"group": 0
......@@ -568,9 +685,15 @@
],
"children": [],
"keywords_must": [
"Vue"
[
"vue-rooter",
"前置",
"守卫"
]
],
"keywords_forbid": [
"后置"
],
"keywords_forbid": [],
"group": 0
}
},
......@@ -579,8 +702,16 @@
"node_id": "vue-c6f3a75adadc4901a88a307fb1ee2f07",
"keywords": [],
"children": [],
"keywords_must": [],
"keywords_forbid": [],
"keywords_must": [
[
"vue-rooter",
"后置",
"守卫"
]
],
"keywords_forbid": [
"前置"
],
"group": 0
}
}
......@@ -604,7 +735,10 @@
],
"children": [],
"keywords_must": [
"VueX"
[
"VueX",
"介绍"
]
],
"keywords_forbid": [],
"group": 0
......@@ -619,7 +753,14 @@
],
"children": [],
"keywords_must": [
"VueX"
[
"VueX",
"安装"
],
[
"VueX",
"配置"
]
],
"keywords_forbid": [],
"group": 0
......@@ -634,7 +775,10 @@
],
"children": [],
"keywords_must": [
"VueX"
[
"VueX",
"核心"
]
],
"keywords_forbid": [],
"group": 0
......@@ -648,7 +792,11 @@
],
"children": [],
"keywords_must": [
"VueX"
[
"VueX",
"组合式",
"api"
]
],
"keywords_forbid": [],
"group": 0
......@@ -674,7 +822,10 @@
],
"children": [],
"keywords_must": [
"Vue"
[
"Vue-cli",
"安装"
]
],
"keywords_forbid": [],
"group": 0
......@@ -690,7 +841,10 @@
],
"children": [],
"keywords_must": [
"Vue"
[
"Vue-cli",
"项目"
]
],
"keywords_forbid": [],
"group": 0
......@@ -704,7 +858,10 @@
],
"children": [],
"keywords_must": [
"Vue"
[
"Vue-cli",
"命令"
]
],
"keywords_forbid": [],
"group": 0
......@@ -719,7 +876,10 @@
],
"children": [],
"keywords_must": [
"Vue"
[
"vue.config.js",
"配置"
]
],
"keywords_forbid": [],
"group": 0
......@@ -817,7 +977,13 @@
"node_id": "vue-52bb602d32dd4af7b584430431209819",
"keywords": [],
"children": [],
"keywords_must": [],
"keywords_must": [
[
"vue",
"注册",
"自定义指令"
]
],
"keywords_forbid": [],
"group": 0
}
......@@ -1298,7 +1464,9 @@
"node_id": "vue-bc53faeb24214c4081e661a721c488e5",
"keywords": [],
"children": [],
"keywords_must": [],
"keywords_must": [
"Object.defineProperty"
],
"keywords_forbid": [],
"group": 0
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册