單項選擇題如果想在某個組件的根元素上監(jiān)聽一個原生事件,可以使用v-on的()修飾符。
A..stop
B..once
C..native
D..event
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題下列哪個是觸發(fā)自定義事件的關鍵字?()
A.props
B.$emit
C.emit
D.change
2.單項選擇題以下選項中可以正確的定義props的是()。
A.props:[’message’]
B.props:{’message’}
C.props:(’message’)
D.props:’message’
3.單項選擇題在vue中,組件實例的作用域是孤立的,默認情況下,父子組件的數(shù)據(jù)是不能共享的,()用來將父組件的數(shù)據(jù)傳遞給子組件。
A.data
B.methods
C.props
D.watch
4.單項選擇題組件的模板中不可以有()。
A.el
B.data
C.methods
D.computed
5.單項選擇題定義子組件的變量名,通常()。
A.全小寫
B.全大寫
C.首字母大寫
D.沒要求