I'm trying to use images inside the .vue file ```erb <img src="<%= asset_pack_path 'images/logo.svg' %>" /> ``` How to use the tag ``asset_pack_path`` **NOTE:** I know that using the relative path is possible, I'm just wondering if it's possible to use the tag inside ``.vue.erb``