You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that without the lang tag, syntax highlighting in VSCode doesnt work anymore, because Vetur depends on it (vuejs/vetur#506 (comment)). Also see vuejs/vue-cli#1259.
When I add styles to the default theme (
Layout.vue
) like so:I get this error:
While this works just fine:
Since Vuepress comes with
postcss-loader
installed by default, I thought the code above should work out of the box?The text was updated successfully, but these errors were encountered: