We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
最近在写一套组件库,可是发现在md文件里面写的style无效,不知道是不是少了什么配置
Sorry, something went wrong.
Since v2.0.0, this loader will automatically extract script and style tags from html token content (#26). If you do not need, you can set this option
{ test: /\.md$/, loader: 'vue-markdown-loader', options: { preventExtract: false // 👌 } }
or try my repo @chiaweilee/vue-markdown-loader
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: