單項選擇題下列()是用來定義數據的。

A.methods
B.data
C.filters
D.watch


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題Vue實例對象通過()方式來創(chuàng)建。

A.new關鍵字
B.watch
C.filters
D.watching

3.單項選擇題Vue事件綁定指令是()。

A.v-else
B.v-on
C.v-model
D.v-on:click

4.單項選擇題Vue實例對象通過()方式來獲取。

A.vm.$root
B.vm.$data
C.vm.$children
D.$component

5.單項選擇題Vue中通過()獲取當前實例的子組件。

A.vm.$children
B.vm.$root
C.vm.$data
D.$component