0👍
Found the Solution for me. I still had stylesheet_link_tag
instead of stylesheet_pack_tag
in the layouts/application.html.erb. I changed from ‘link’ to ‘pack’ and it worked. The answer to this post helped me find the answer
- [Vuejs]-External library not recognised with vue 3 + typescript + yarn
- [Vuejs]-How to use the electron functions inside of a Vue component
Source:stackexchange.com