單項選擇題Vue的哪個生命周期鉤子在組件銷毀之前被調(diào)用?()
A.beforeCreate
B.created
C.beforeDestroy
D.destroyed
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題在Vue中,哪個選項用于在DOM元素上綁定事件?()
A.v-bind
B.v-on
C.v-model
D.v-html
2.單項選擇題在Vue組件中,哪個選項用于接收來自父組件的數(shù)據(jù)?()
A.data
B.props
C.computed
D.methods