ZestfulNation / vue-hotel-datepicker

A VueJS v2 responsive date range picker. Displays the number of nights selected and allow several useful options like custom check-in/check-out rules, localization support and more.
https://zestfulnation.github.io/vue-hotel-datepicker/
MIT License
840 stars 220 forks source link

found only show close symptom "x", but can't show image #295

Closed newbie2005 closed 3 years ago

newbie2005 commented 3 years ago

Can't show image as below image

develth commented 3 years ago

Issue with resolve. I also have:

GET http://localhost:3000/assets/img/close.ac44076c.svg 404 (Not Found)

matiasperrone commented 3 years ago

@develth Version that you are using? some other info?

develth commented 3 years ago

@matiasperrone the current 4.4.2. But it also wasn´t found in the Version before

insek commented 3 years ago

I'm having same issue with 4.4.2 close.ac44076c.svg 404 (Not Found)

However I'm using this with Nuxt.

develth commented 3 years ago

Using nuxt, too. Seems like @assetdoes not update / trigger. It´s the only file that is included with this. Maybe fix it with an optimized inline svg (e.g. with https://jakearchibald.github.io/svgomg/ )?

matiasperrone commented 3 years ago

This is a duplicate of #281 please refer to that issue

matiasperrone commented 3 years ago

@develth and/or @insek, if you want you can PR the solution. I don't have the time right now to fix it. Any comments please refer to comment on #281