Skip to content

Commit 9a938db

Browse files
committed
fix: avoid removing any global <style> elements
1 parent b278035 commit 9a938db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ module.exports = function markdownToVueLoader(source, map) {
249249
const $style = $(style);
250250

251251
$body.append($style);
252-
$style.remove();
253252
});
254253

255254
$html('template').append(`<div class="${options.componentNamespace}-${normalizedResourceName}">${$('body').html()}</div>`);

0 commit comments

Comments
 (0)