对于<form v-on:submit.prevent="onSubmit"></form>解释正确的是
(A)会触发调用event.stopPropagation()
(B)表单会触发默认提交事件
(C)会触发调用event.preventDefault()
(D)都不正确
参考答案
继续答题:下一题
(A)会触发调用event.stopPropagation()
(B)表单会触发默认提交事件
(C)会触发调用event.preventDefault()
(D)都不正确