Answer the question
In order to leave comments, you need to log in
What is the difference between creating a component both through export default Vue.extend and export default?
What is the difference between creating a component in vue 2
export default Vue.extend({})
and creating it in vue 3
export default {}
Extend was removed in vue 3, will the behavior of the components change if I rewrite the same components in vue 3
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question