题目内容

第一次页面加载会触发那些( )生命周期函数

A. beforeCreate, created, beforeMount, mounted
B. beforeCreate, created,activated,deactivated
C. beforeMount, mounted,beforeDestroy,destroyed
D. beforeUpdate,updated,activated,deactivated

查看答案
更多问题

为了解决自动监听Vue对象的状态变化,提供数据状态监听功能

A. watch
B. v-model
C. method
D. compute

下列不属于Vuex.Store配置对象接受的参数是

A. data
B. state
C. mutations
D. getters

单文件组件.vue中,样式部分style中加入___________的作用是只在当前组件是生效

Vue组件中使用插槽的指令是_________。

答案查题题库