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>. –
Source:stackexchange.com
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>. –