gs-shop / vue-slick-carousel

🚥Vue Slick Carousel with True SSR Written for ⚡Faster Luxstay
https://gs-shop.github.io/vue-slick-carousel/
Other
803 stars 186 forks source link

:asNavFor not working when passed as :as-nav-for to VueSlickCarousel component #172

Closed PrajapatiDhara1510 closed 3 years ago

PrajapatiDhara1510 commented 3 years ago

Hello there,

I am using this plugin in my Nuxt project. I have used eslint-loader and it formats the code automatically as a coding standard. So when I pass :asNavFor to the VueSlickCarousel it automatically formats to this :as-nav-for.

After changing to :as-nav-for it doesn't work as expected. If I disable eslint and pass :asNavFor it works as expected.

Does anyone know what is the issue?

hahuaz commented 3 years ago

This fixed it: "vue/attribute-hyphenation": "off"