[Vuejs]-VueJs / Life cycle and Javascript

0👍

Instead of using mounted() it is working with updated()

0👍

In vue.js if props are in camelCase you have to use kebab-case in HTML, like following

<carousel :my-array="myArray"></carousel>. –

Leave a comment