单项选择题
第一次页面加载会触发那些()生命周期函数。
A.beforeCreate,created,beforeMount,mounted
B.beforeCreate,created,activated,deactivated
C.beforeMount,mounted,beforeDestroy,destroyed
D.beforeUpdate,updated,activated,deactivated
点击查看答案&解析
相关考题
-
单项选择题
用来获取dom节点,进行dom操作的API是()
A.vm.$el
B.vm.$data
C.vm.$options
D.vm.$refs -
单项选择题
Vue 会默认转义html代码,它不会讲其渲染成HTML元素,而是输出为纯文本。如果要想输出HTML元素,而不是纯文本,可以采用()指令。
A.v-text
B.v-model
C.v-html
D.v-bind -
单项选择题
实现事件捕捉的修饰符是()
A.prevent
B.capture
C.once
D.stop
