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 vue-loader should process the source (valid SFC) from the markdown-to-vue-loader.
What is actually happening?
Throw Error:
ERROR in ./src/examples/vue.md 1:0
Module parse failed: Unexpected token (1:0)
File was processed with these loaders:
* ./node_modules/vue-loader/dist/index.js
* ./index.js
You may need an additional loader to handle the result of these loaders.
><template><div class="component-vue"><h1>Vue code blocks</h1>|<blockquote>|<p>Vue code block will be loaded as a Vue component by default.</p>