We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245ac09 commit 5df459dCopy full SHA for 5df459d
index.js
@@ -249,7 +249,7 @@ module.exports = function markdownToVueLoader(source, map) {
249
$body.append($style);
250
});
251
252
- $$('template').html(`<div class="${options.componentNamespace}-${normalizedResourceName}">${$('body').html()}</div>`);
+ $$('template').html(`<div><div class="${options.componentNamespace}-${normalizedResourceName}">${$('body').html()}</div></div>`);
253
254
if (options.exportSource || components.length > 0) {
255
$body.append(`<script>
0 commit comments