8000 fix: class position · NamesMT/unplugin-vue-markdown@190283b · GitHub
[go: up one dir, main page]

Skip to content

Commit 190283b

Browse files
committed
fix: class position
1 parent 213e8d0 commit 190283b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/markdown.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ export function createMarkdown(options: ResolvedOptions) {
110110
const attrs = [
111111
options.frontmatter && ':frontmatter="frontmatter"',
112112
options.excerpt && ':excerpt="excerpt"',
113-
wrapperClassesResolved && `class="${wrapperClassesResolved}"`,
114113
].filter(Boolean).join(' ')
115114
html = `<${wrapperComponentName} ${attrs}>${html}</${wrapperComponentName}>`
116115
}

0 commit comments

Comments
 (0)
0