naver / egjs-flicking

🎠 ♻️ Everyday 30 million people experience. It's reliable, flexible and extendable carousel.
https://naver.github.io/egjs-flicking/
MIT License
2.78k stars 129 forks source link

Little bug on the Quick Start doc for Vue@3 #793

Closed aitsimon closed 1 year ago

aitsimon commented 1 year ago

Description

On the Docs for Vue@3 in order to import the css style it has been written that the path is this one: @import url("node_modules/@egjs/vue-flicking/dist/flicking.css"); When the correct path in this case should be: @import url("node_modules/@egjs/vue3-flicking/dist/flicking.css"); This diference is the 3 in the path. This little change can be very useful for many people. Thanks in advance for considering this issue. Source: https://naver.github.io/egjs-flicking/docs/quick-start

Steps to check or reproduce

image image

malangfox commented 1 year ago

Hello @aitsimon.

We appreciate you for finding this misspelled path in our documentation! We'll make sure to fix this as soon as possible.

Thank you for your contribution to our document!

aitsimon commented 1 year ago

Thanks to you all for this active maintenance of a great library.