meteor-vue / vue-meteor

🌠 Vue first-class integration in Meteor
897 stars 112 forks source link

image sources not transformed when using "meteor run" #417

Open voltuer opened 4 years ago

voltuer commented 4 years ago

Hi there.

I'm having a issue with built-in assets: I want to insert an image in my component using <img src="./file.png">, however, Meteor's Vue server is not following Vue's Transform Fules, and the browser gets literal "./file.png" instead of a dynamically-generated URL like regular vue serve does, so it doesn't work.

image