perf(vant-cli): 文档渲染组件增加 v-once

This commit is contained in:
HaoChuan9421 2021-03-15 01:36:18 +08:00
parent bb4c178d4d
commit 507c99aa6b

View File

@ -19,7 +19,7 @@ function wrapper(content) {
content = cardWrapper(content);
return `
<template>
<section>
<section v-once>
${content}
</section>
</template>