You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 regularvue serve
does, so it doesn't work.The text was updated successfully, but these errors were encountered: