Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 270 Bytes

KNOWN_ISSUES.md

File metadata and controls

7 lines (4 loc) · 270 Bytes

Known Issues

Inline Critical CSS

If you're using a .js file as page component, the CSS imported there won't be inlined in the initial HTML sent by the server.

Inlining Critical CSS only works with <style> tag in .vue files and regular .js files for now.