diff --git a/packages/vant-cli/src/compiler/vite-plugin-md.ts b/packages/vant-cli/src/compiler/vite-plugin-md.ts index 18f7b8708..e988b3295 100644 --- a/packages/vant-cli/src/compiler/vite-plugin-md.ts +++ b/packages/vant-cli/src/compiler/vite-plugin-md.ts @@ -64,6 +64,8 @@ const markdownToVue = ({ let html = md.render(raw, { id }); html = `
/g, '');
return `${html}`;
};