We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最近工作中使用的 vue,自己也 fork 了一份 vue 源码 ,刚起步在学习。
做了下面的题目,得到了 50 分,同时了解了一些在 vue 源码学习的注意点。
继续探索吧,Rainbow !
1、Vue 实例的 data 属性,可以在哪些生命周期中获取到? 【多选题】
2.、下列对 Vue 原理的叙述,哪些是正确的?【多选题】
3、 对于 Vue 中响应式数据原理的说法,下列哪项是不正确的?【多选题】
4、 下列说法不正确的是哪项? 【单选题】
5、下列关于 Vuex 的描述,不正确的是哪项?【单选题】
6、关于 Vue 组件间的参数传递,下列哪项是不正确的? 【单选题】
7、下列关于 vue-router 的描述,不正确的是哪项? 【单选题】
8、下列说法不正确的是哪项?【单选题】
9 、下列关于 v-model 的说法,哪项是不正确的?【单选题】
10、关于 Vue 的生命周期,下列哪项是不正确的?【单选题】
参考答案
The text was updated successfully, but these errors were encountered:
No branches or pull requests
前言
最近工作中使用的 vue,自己也 fork 了一份 vue 源码 ,刚起步在学习。
做了下面的题目,得到了 50 分,同时了解了一些在 vue 源码学习的注意点。
继续探索吧,Rainbow !
题目
1、Vue 实例的 data 属性,可以在哪些生命周期中获取到? 【多选题】
2.、下列对 Vue 原理的叙述,哪些是正确的?【多选题】
3、 对于 Vue 中响应式数据原理的说法,下列哪项是不正确的?【多选题】
4、 下列说法不正确的是哪项? 【单选题】
5、下列关于 Vuex 的描述,不正确的是哪项?【单选题】
6、关于 Vue 组件间的参数传递,下列哪项是不正确的? 【单选题】
7、下列关于 vue-router 的描述,不正确的是哪项? 【单选题】
8、下列说法不正确的是哪项?【单选题】
9 、下列关于 v-model 的说法,哪项是不正确的?【单选题】
10、关于 Vue 的生命周期,下列哪项是不正确的?【单选题】
参考答案
参考
The text was updated successfully, but these errors were encountered: