單項(xiàng)選擇題在Vue.js中通過(guò)()指令來(lái)綁定事件,并在()中定義相關(guān)方法。

A.v-on;methods
B.v-bind;methods
C.v-on;computed
D.v-bind;computed


您可能感興趣的試卷

你可能感興趣的試題

3.單項(xiàng)選擇題在vue.js中:href和@click分別是()和()的縮寫(xiě)。

A.v-on:href;v-bind:click
B.v-show:href;v-html:click
C.v-bind:href;v-on:click
D.v-html:href;v-show:click

4.單項(xiàng)選擇題在Vue.js的組件中,父組件向子組件傳遞信息可以通過(guò)();子組件向父組件傳遞信息可以通過(guò)()。

A.自定義事件($emit);屬性(props)
B.屬性(props);自定義事件($emit)
C.template;Vue.extend
D.Vue.extend;template