-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Close icon does not load #281
Comments
Whet version are you using?? |
Same for me as well. I installed today latest version v4.3 |
Please try the last version (v4.4) |
Im sorry but it looks last version v4.3 - I couldn't see v4.4. |
Version v4.4 is now available! |
not working. i install "vue-hotel-datepicker": "^4.4.0", but Icons can't be loaded |
may be icons path can not found if project load from subfolder |
Thanks guys for testing... anyone of you can fix it? I can publish a new version but I am a little swamp right now in my paid work. I promise to fix it soon... probably during the weekend. |
Thanks for your efforts, Usually when I install any package in any of my projects, I don't move any of the assets from the packages folders to the Public folder, so it's just in this case I encounter this problem and the only solution I could make is to move the assets from the package /src folder to the Laravel /public folder. Anyways, I appreciate your efforts for building hotel date picker with such a great design. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi, seems like the mentioned icons work. Using 4.4.0 |
They are not been packed by webpack... do you how to fix this? please PR if you can. |
A new version was pushed v4.4.2 please try again and let me know |
this is still not fixed in v4.4.2. Close X is still missing |
Can you PR us with the fix? or some way of testing this... because I don't have much to fix it |
any solution yet for this error, it is displaying an x button but cant load the image |
Not yet, A Pull Request is welcome! |
Describe the bug
A clear and concise description of what the bug is.
After installing the package and importing it, everything seems to work but the icons is not working.
I checked the computed styles on my browser I found the background styles that contains the svg icons path, I hovered over the path of the svg icon and it shows "Could not load the image".
The path looks like this: http://localhost:8000/images/vendor/vue-hotel-datepicker/dist/ic-arrow-right-datepicker.regular.99ab0620.svg?38d376a780635ae10e835c1c1a66cac8
I'm currently using Laravel with Vue.js for development
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The package icons should be loaded in the date picker.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: