多項(xiàng)選擇題在Vue中,哪些選項(xiàng)可以用于處理用戶交互?()

A.v-on
B.v-bind
C.methods
D.computed
E.events


您可能感興趣的試卷

你可能感興趣的試題

1.多項(xiàng)選擇題Vue的v-model指令可以與哪些元素一起使用以實(shí)現(xiàn)雙向數(shù)據(jù)綁定?()

A.<input>
B.<textarea>
C.<select>
D.<div>
E.<span>

2.多項(xiàng)選擇題在Vue組件中,哪些選項(xiàng)可以用來(lái)接收數(shù)據(jù)?()

A.data
B.props
C.computed
D.attrs
E.methods