单项选择题

在Vue.js中通过()指令来绑定事件,并在()中定义相关方法。

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