Xinyu Liu
Xinyu Liu
Ah yes, didn't notice that.
Simply reading the `endOfLine` option from prettier config is not a perfect solution. For example, it will cause a false negative: ``` \r\n // ...\r\n \n ``` In this case,...
Same here. Any updates?
@robmadole Oh, thx. Importing `node_modules/@fortawesome/fontawesome/styles.css` manually could be a temporary solution.
@robmadole Has this been solved?
Hmmmm, I see. I'm not using Nuxt.js, but is that means we still need to import `'@fortawesome/fontawesome-svg-core/styles.css'` manually ? From my point of view, I don't think there are any...
This may have been solved
We might need one. Users might use vue-router in SSR production env with node esm?
@posva It works well now. I have removed the workaround alias :+1:
We can consider to rename current theme to theme-classic or so.