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〉’})