Closed aitsimon closed 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!
Thanks to you all for this active maintenance of a great library.
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-startSteps to check or reproduce