0👍
The problem with using the assets folder is that the folder name could change. When you register the Vue asset you can save the instance of the registered asset. If you var_dump()
this is there a path there that you can save?
vueAsset = VueAsset::register($this);
var_dump( $vueAsset );
- [Vuejs]-Vuejs pwa service worker is not working offline with Heroku
- [Vuejs]-4 deep level folder not working "../../../../config.js" in vue component
Source:stackexchange.com