Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
CSDN 技术社区
skill_tree_vue
提交
84eadf3a
S
skill_tree_vue
项目概览
CSDN 技术社区
/
skill_tree_vue
通知
5
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
skill_tree_vue
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
84eadf3a
编写于
4月 28, 2022
作者:
Z
zhaoss
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
小测试标题颜色更换
上级
e85adf9f
变更
43
隐藏空白更改
内联
并排
Showing
43 changed file
with
43 addition
and
43 deletion
+43
-43
data/1.Vue初阶/1.Vue是什么?/1.Vue简介/exercises.md
data/1.Vue初阶/1.Vue是什么?/1.Vue简介/exercises.md
+1
-1
data/1.Vue初阶/1.Vue是什么?/2.MVVM响应式/exercises.md
data/1.Vue初阶/1.Vue是什么?/2.MVVM响应式/exercises.md
+1
-1
data/1.Vue初阶/1.Vue是什么?/3.MVVM优点/exercises.md
data/1.Vue初阶/1.Vue是什么?/3.MVVM优点/exercises.md
+1
-1
data/1.Vue初阶/1.Vue是什么?/4.Vue和jQuery/exercises.md
data/1.Vue初阶/1.Vue是什么?/4.Vue和jQuery/exercises.md
+1
-1
data/1.Vue初阶/2.Node.js和npm/1.Node安装与配置/exercises.md
data/1.Vue初阶/2.Node.js和npm/1.Node安装与配置/exercises.md
+1
-1
data/1.Vue初阶/2.Node.js和npm/2.NPM命令/exercises.md
data/1.Vue初阶/2.Node.js和npm/2.NPM命令/exercises.md
+1
-1
data/1.Vue初阶/2.Node.js和npm/3.CNPM安装/exercises.md
data/1.Vue初阶/2.Node.js和npm/3.CNPM安装/exercises.md
+1
-1
data/1.Vue初阶/3.Vue实例/1.Vue安装/exercises.md
data/1.Vue初阶/3.Vue实例/1.Vue安装/exercises.md
+1
-1
data/1.Vue初阶/3.Vue实例/2.Vue实例/exercises.md
data/1.Vue初阶/3.Vue实例/2.Vue实例/exercises.md
+1
-1
data/1.Vue初阶/3.Vue实例/3.Vue生命周期/exercises.md
data/1.Vue初阶/3.Vue实例/3.Vue生命周期/exercises.md
+1
-1
data/1.Vue初阶/3.Vue实例/4.Vue指令/exercises.md
data/1.Vue初阶/3.Vue实例/4.Vue指令/exercises.md
+1
-1
data/1.Vue初阶/3.Vue实例/5.计算属性/exercises.md
data/1.Vue初阶/3.Vue实例/5.计算属性/exercises.md
+1
-1
data/1.Vue初阶/3.Vue实例/6.侦听器/exercises.md
data/1.Vue初阶/3.Vue实例/6.侦听器/exercises.md
+1
-1
data/1.Vue初阶/4.Vue模板/1.插值表达式/exercises.md
data/1.Vue初阶/4.Vue模板/1.插值表达式/exercises.md
+1
-1
data/1.Vue初阶/4.Vue模板/2.Vue过滤器/exercises.md
data/1.Vue初阶/4.Vue模板/2.Vue过滤器/exercises.md
+1
-1
data/1.Vue初阶/4.Vue模板/3.class和style绑定/exercises.md
data/1.Vue初阶/4.Vue模板/3.class和style绑定/exercises.md
+1
-1
data/1.Vue初阶/4.Vue模板/4.事件修饰符、按键修饰符、系统修饰符/exercises.md
data/1.Vue初阶/4.Vue模板/4.事件修饰符、按键修饰符、系统修饰符/exercises.md
+1
-1
data/1.Vue初阶/5.v-model/1.v-model/exercises.md
data/1.Vue初阶/5.v-model/1.v-model/exercises.md
+1
-1
data/1.Vue初阶/5.v-model/2.v-model绑定修饰符/exercises.md
data/1.Vue初阶/5.v-model/2.v-model绑定修饰符/exercises.md
+1
-1
data/2.Vue中阶/1.Vue组件/1.全局与局部组件/exercises.md
data/2.Vue中阶/1.Vue组件/1.全局与局部组件/exercises.md
+1
-1
data/2.Vue中阶/1.Vue组件/2.父子组件通讯/exercises.md
data/2.Vue中阶/1.Vue组件/2.父子组件通讯/exercises.md
+1
-1
data/2.Vue中阶/1.Vue组件/3.非父子组件通讯/exercises.md
data/2.Vue中阶/1.Vue组件/3.非父子组件通讯/exercises.md
+1
-1
data/2.Vue中阶/1.Vue组件/4.slot插槽/exercises.md
data/2.Vue中阶/1.Vue组件/4.slot插槽/exercises.md
+1
-1
data/2.Vue中阶/1.Vue组件/5.动态组件、异步组件/exercises.md
data/2.Vue中阶/1.Vue组件/5.动态组件、异步组件/exercises.md
+1
-1
data/2.Vue中阶/2.Vue-router/1.vue-router是什么?/exercises.md
data/2.Vue中阶/2.Vue-router/1.vue-router是什么?/exercises.md
+1
-1
data/2.Vue中阶/2.Vue-router/2.路由安装/exercises.md
data/2.Vue中阶/2.Vue-router/2.路由安装/exercises.md
+1
-1
data/2.Vue中阶/2.Vue-router/3.编程式的导航/exercises.md
data/2.Vue中阶/2.Vue-router/3.编程式的导航/exercises.md
+1
-1
data/2.Vue中阶/2.Vue-router/4.动态路由/exercises.md
data/2.Vue中阶/2.Vue-router/4.动态路由/exercises.md
+1
-1
data/2.Vue中阶/2.Vue-router/5.路由组件传参/exercises.md
data/2.Vue中阶/2.Vue-router/5.路由组件传参/exercises.md
+1
-1
data/2.Vue中阶/2.Vue-router/6.路由重定向和别名/exercises.md
data/2.Vue中阶/2.Vue-router/6.路由重定向和别名/exercises.md
+1
-1
data/2.Vue中阶/2.Vue-router/7.路由模式/exercises.md
data/2.Vue中阶/2.Vue-router/7.路由模式/exercises.md
+1
-1
data/2.Vue中阶/2.Vue-router/8.前置路由守卫/exercises.md
data/2.Vue中阶/2.Vue-router/8.前置路由守卫/exercises.md
+1
-1
data/2.Vue中阶/2.Vue-router/9.后置路由守卫/exercises.md
data/2.Vue中阶/2.Vue-router/9.后置路由守卫/exercises.md
+1
-1
data/2.Vue中阶/3.VueX状态管理/1.VueX是什么?/exercises.md
data/2.Vue中阶/3.VueX状态管理/1.VueX是什么?/exercises.md
+1
-1
data/2.Vue中阶/3.VueX状态管理/2.Vuex的安装与配置/exercises.md
data/2.Vue中阶/3.VueX状态管理/2.Vuex的安装与配置/exercises.md
+1
-1
data/2.Vue中阶/3.VueX状态管理/3.VueX的核心内容/exercises.md
data/2.Vue中阶/3.VueX状态管理/3.VueX的核心内容/exercises.md
+1
-1
data/2.Vue中阶/3.VueX状态管理/4.组合式API/exercises.md
data/2.Vue中阶/3.VueX状态管理/4.组合式API/exercises.md
+1
-1
data/2.Vue中阶/4.Vue-cli/1.vue-cli脚手架安装/exercises.md
data/2.Vue中阶/4.Vue-cli/1.vue-cli脚手架安装/exercises.md
+1
-1
data/2.Vue中阶/4.Vue-cli/2.通过脚手架构建项目/exercises.md
data/2.Vue中阶/4.Vue-cli/2.通过脚手架构建项目/exercises.md
+1
-1
data/2.Vue中阶/4.Vue-cli/3.vue-cli服务命令/exercises.md
data/2.Vue中阶/4.Vue-cli/3.vue-cli服务命令/exercises.md
+1
-1
data/2.Vue中阶/4.Vue-cli/4.vue.config.js的配置/exercises.md
data/2.Vue中阶/4.Vue-cli/4.vue.config.js的配置/exercises.md
+1
-1
data/2.Vue中阶/4.Vue-cli/5.ESLint语法规则插件配置/exercises.md
data/2.Vue中阶/4.Vue-cli/5.ESLint语法规则插件配置/exercises.md
+1
-1
data/2.Vue中阶/7.自定义指令/1.注册自定义指令/exercises.md
data/2.Vue中阶/7.自定义指令/1.注册自定义指令/exercises.md
+1
-1
未找到文件。
data/1.Vue初阶/1.Vue是什么?/1.Vue简介/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -12,7 +12,7 @@
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
结合上面小常识,下列对Vue描述 不正确 的是?
<br/><br/>
...
...
data/1.Vue初阶/1.Vue是什么?/2.MVVM响应式/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -10,7 +10,7 @@ View层体现为浏览器中的DOM树,View-Model则体现为近几年特别流
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
以下对于MVVM说法正确的是?
<br/><br/>
...
...
data/1.Vue初阶/1.Vue是什么?/3.MVVM优点/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -7,7 +7,7 @@ MVC 是开发客户端最经典的设计模式,但是 MVC 有让人无法忽
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
关于MVVM优点描述以下 不正确 的是?
<br/><br/>
...
...
data/1.Vue初阶/1.Vue是什么?/4.Vue和jQuery/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -10,7 +10,7 @@ Vue则是通过Vue对象将数据和View完全分离开来了。对数据进行
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
下列对于Vue和JQuery的描述不正确的是?
<br/><br/>
...
...
data/1.Vue初阶/2.Node.js和npm/1.Node安装与配置/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -122,7 +122,7 @@ node -v
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
下列关于Node的描述 不正确 的是?
<br/><br/>
...
...
data/1.Vue初阶/2.Node.js和npm/2.NPM命令/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -7,7 +7,7 @@
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
关于npm常用命令不正确的是?
<br/><br/>
...
...
data/1.Vue初阶/2.Node.js和npm/3.CNPM安装/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -20,7 +20,7 @@ $ cnpm install [name]
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
关于cnpm下列说法不正确的是?
<br/><br/>
...
...
data/1.Vue初阶/3.Vue实例/1.Vue安装/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -14,7 +14,7 @@
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
关于vue的安装下列说法不正确的是?
<br/><br/>
...
...
data/1.Vue初阶/3.Vue实例/2.Vue实例/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -52,7 +52,7 @@
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
A.初始化组件依赖注入内容
<br/>
B.初始化组件生命周期标识符
<br/>
...
...
data/1.Vue初阶/3.Vue实例/3.Vue生命周期/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -8,7 +8,7 @@ Vue 实例从创建到销毁的过程,就是生命周期。从开始创建、
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
Vue页面初始化时会执行哪几个生命周期函数?
<br/><br/>
...
...
data/1.Vue初阶/3.Vue实例/4.Vue指令/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -53,7 +53,7 @@
后面还有v-on v-bind v-model v-slot v-pre v-cloak等指令,大家可以在下面自己去尝试他们巧妙的作用
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
看到上面众多Vue指令,我们可以想到 v-show和v-if都是根据绑定一个布尔值来切换dom的展示,那么他们有区别吗?
<br/><br/>
...
...
data/1.Vue初阶/3.Vue实例/5.计算属性/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -33,7 +33,7 @@
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
下列关于计算属性的说法正确的是?
<br/><br/>
...
...
data/1.Vue初阶/3.Vue实例/6.侦听器/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -42,7 +42,7 @@
前面我们看到了计算属性的强大,现在为大家介绍另一彪悍——侦听器,小编编写了上面代码,随着我们在输入框中输入数字的变化,文本框下面会出现一段话,而且会甄别出我们刚刚输入的值,以及当前输入的值,所以我们可以看出计算属性可以帮助我们处理一些计算逻辑数据,而侦听器会检测到我们数据的变化,我们就可以完成很多业务逻辑,思考下:他们两者可以互通使用么?
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
下列关于watch的说法不正确的是?
<br/><br/>
...
...
data/1.Vue初阶/4.Vue模板/1.插值表达式/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -22,7 +22,7 @@ new Vue({
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
参照上面代码段,下列表达式不能正常渲染的是?
<br/><br/>
...
...
data/1.Vue初阶/4.Vue模板/2.Vue过滤器/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -15,7 +15,7 @@
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
观察上面图片中的代码,运行后p标签中展示的是?
<br/><br/>
...
...
data/1.Vue初阶/4.Vue模板/3.class和style绑定/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -15,7 +15,7 @@ new Vue({
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
下列对class使用错误的是?
<br/><br/>
...
...
data/1.Vue初阶/4.Vue模板/4.事件修饰符、按键修饰符、系统修饰符/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -29,7 +29,7 @@
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
下列对vue常用的修饰符描述错误的是?
<br/><br/>
...
...
data/1.Vue初阶/5.v-model/1.v-model/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -47,7 +47,7 @@ v-model 会忽略所有表单元素的 value、checked、selected attribute 的
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
下列关于 v-model 的说法,哪项是不正确的?
<br/><br/>
...
...
data/1.Vue初阶/5.v-model/2.v-model绑定修饰符/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -12,7 +12,7 @@
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
下列不属于v-model修饰符的是?
<br/><br/>
...
...
data/2.Vue中阶/1.Vue组件/1.全局与局部组件/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -152,7 +152,7 @@ export default {
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
...
...
data/2.Vue中阶/1.Vue组件/2.父子组件通讯/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -243,7 +243,7 @@
```
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
...
...
data/2.Vue中阶/1.Vue组件/3.非父子组件通讯/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -127,7 +127,7 @@ const bus =new Vue()
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
...
...
data/2.Vue中阶/1.Vue组件/4.slot插槽/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -32,7 +32,7 @@ Vue.component('alert-box', {
如你所见,我们只要在需要的地方加入插槽就行了——就这么简单!
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
下列关于插槽描述错误的是?
<br/><br/>
...
...
data/2.Vue中阶/1.Vue组件/5.动态组件、异步组件/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -72,7 +72,7 @@ new Vue({
如果你是一个 Browserify 用户同时喜欢使用异步组件,很不幸这个工具的作者明确表示异步加载“并不会被 Browserify 支持”,至少官方不会。Browserify 社区已经找到了一些变通方案,这些方案可能会对已存在的复杂应用有帮助。对于其它的场景,我们推荐直接使用 webpack,以拥有内置的头等异步支持。
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
...
...
data/2.Vue中阶/2.Vue-router/1.vue-router是什么?/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -33,7 +33,7 @@ HTML5 history 模式或 hash 模式
URL 的正确编码
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
根据上方资料,以下对于vue-router说法不正确的是?
<br/><br/>
...
...
data/2.Vue中阶/2.Vue-router/2.路由安装/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -30,7 +30,7 @@ npm run build
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
根据上方资料,以下关于vue-router的安装说法不正确的是?
<br/><br/>
...
...
data/2.Vue中阶/2.Vue-router/3.编程式的导航/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -102,7 +102,7 @@ router.go(100)
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
观察下列编程式导航,描述不正确的是?
<br/><br/>
...
...
data/2.Vue中阶/2.Vue-router/4.动态路由/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -107,7 +107,7 @@ router.getRoutes():获取一个包含所有路由记录的数组。
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
根据上方小常识,以下关于动态路由的说法不正确的是?
<br/><br/>
...
...
data/2.Vue中阶/2.Vue-router/5.路由组件传参/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -75,7 +75,7 @@ const routes = [
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
根据上方资料,以下关于路由组件传参的说法不正确的是?
<br/><br/>
...
...
data/2.Vue中阶/2.Vue-router/6.路由重定向和别名/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -106,7 +106,7 @@ const routes = [
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
根据上方资料,以下关于路由重定向的说法不正确的是?
<br/><br/>
...
...
data/2.Vue中阶/2.Vue-router/7.路由模式/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -26,7 +26,7 @@ hsitory.forward(); //前进
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
根据上方小常识,以下关于路由模式的说法不正确的是?
<br/><br/>
...
...
data/2.Vue中阶/2.Vue-router/8.前置路由守卫/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -85,7 +85,7 @@ router.beforeResolve(async to => {
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
根据上方小常识,以下关于前置路由守卫的说法不正确的是?
<br/><br/>
...
...
data/2.Vue中阶/2.Vue-router/9.后置路由守卫/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -37,7 +37,7 @@ router.afterEach((to, from, failure) => {
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
根据上方资料,以下关于后置路由守卫的说法不正确的是?
<br/><br/>
...
...
data/2.Vue中阶/3.VueX状态管理/1.VueX是什么?/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -64,7 +64,7 @@ C.存储在vuex中的数据是响应式的,当数据发生改变时,页面
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
根据上方小常识,以下关于VueX的说法不正确的是?
<br/><br/>
...
...
data/2.Vue中阶/3.VueX状态管理/2.Vuex的安装与配置/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -108,7 +108,7 @@ export defult{
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
根据上方资料,以下说法不正确的是?
<br/><br/>
...
...
data/2.Vue中阶/3.VueX状态管理/3.VueX的核心内容/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -171,7 +171,7 @@ computed:{
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
根据上方资料,以下关于vuex的核心功能说法不正确的是?
<br/><br/>
...
...
data/2.Vue中阶/3.VueX状态管理/4.组合式API/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -63,7 +63,7 @@ export default {
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
关于vuex的说法不正确的是?
<br/><br/>
...
...
data/2.Vue中阶/4.Vue-cli/1.vue-cli脚手架安装/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -66,7 +66,7 @@ vue -V
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
...
...
data/2.Vue中阶/4.Vue-cli/2.通过脚手架构建项目/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -43,7 +43,7 @@
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
...
...
data/2.Vue中阶/4.Vue-cli/3.vue-cli服务命令/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -148,7 +148,7 @@ thread-loader 会在多核 CPU 的机器上为 Babel/TypeScript 转译开启。
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
...
...
data/2.Vue中阶/4.Vue-cli/4.vue.config.js的配置/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -41,7 +41,7 @@
等等等等
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
...
...
data/2.Vue中阶/4.Vue-cli/5.ESLint语法规则插件配置/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -43,7 +43,7 @@
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
...
...
data/2.Vue中阶/7.自定义指令/1.注册自定义指令/exercises.md
浏览文件 @
84eadf3a
...
...
@@ -49,7 +49,7 @@ Vue.directive('focus', {
<br>
<div
style=
"color:
blue
;font-size:22px;font-weight:700"
>
小测试:
</div>
<div
style=
"color:
#8E7CC3
;font-size:22px;font-weight:700"
>
小测试:
</div>
vue的自定义指令错误的是?
<br/><br/>
## 答案
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录