单项选择题

VUE中,页面上使用一个自定义组件,如:〈howsun〉〈/howsun〉,那么定义这个组件语法正确是哪个?()

A.Vue.component(’howsun’,{template:’〈div〉A custom component!〈/div〉’})
B.Vue.extend(’howsun’,{template:’〈div〉A custom component!〈/div〉’})
C.Vue.directive(’howsun’,{template:’〈div〉A custom component!〈/div〉’})
D.Vue.compile(’howsun’,{template:’〈div〉A custom component!〈/div〉’})