Quoc-Anh Nguyen
Quoc-Anh Nguyen
@martinpaljak Your improvement looks good to me! But don't trust me, I have no knowledge on swift. I think it's good to submit a PR to upstream!
Thank you for the information. Will the change break be backward compatible with previous Vue version?
In this case, we can safely bump a major version
Hi, any update on how to use CSS Module? The dev version works (with FOUC) but the build version doesn't work (the CSS file is not included in the HTML)...
@schiller-manuel You can check this example: https://codesandbox.io/p/devbox/staging-frost-4r7mkc?workspaceId=ws_VkPYB3nPBCbgM5vW4nx67Q. There are 2 changes: - Component `WithCSSModule` which is a component using CSS module - `app.config.js` has 2 plugins which is workaround to...
The CSS module code is extracted into separate files but they aren't added to the SSR HTML