Question:How do you define a component locally in Vue.js?
A Using the Vue.extend() method B Using the Vue.component() method C Using the new Vue() constructor D Using the defineComponent() method
+ AnswerB
+ Report