单项选择题

(vue)属于全局钩子函数的是()

A.beforeEach
B.beforeRouteEnter
C.beforeRouteUpdate
D.beforeRouteLeave

<上一题 目录 下一题>
热门 试题

单项选择题
在react中以下属于实例期的有哪些()

A.componentWillReceiveProps
B.shouldComponentUpdate
C.componentWillMount
D.componentWillUnmount

单项选择题
在react中以下描述错误的是()

A.componentWillReceiveProps属于存在期
B.shouldComponentUpdate属于存在期
C.componentWillUnmount属于存在期
D.componentDidUpdate组件更新结束之后执行,在初始化render时不执行

相关试题
  • 在react生命周期中shouldComponentUpdate可...
  • 组件化开发的一个目标是为了复用。
  • react路由是组织一个项目的骨架。
  • react的路由模式中哪个是错误的?()
  • 关于自定义hook说法正确的是?()