meteor-vue / vue-meteor

🌠 Vue first-class integration in Meteor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image sources not transformed when using "meteor run"

sebolio opened this issue · comments

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