A
A
AndreySergienko2022-03-03 09:47:54
Vue.js
AndreySergienko, 2022-03-03 09:47:54

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

1 answer(s)
S
Sky6blue, 2022-03-03
@AndreySergienko

Here you go, figure it out. There are many more moments...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question