mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
perf(vant-cli): 文档渲染组件增加 v-once
This commit is contained in:
parent
bb4c178d4d
commit
507c99aa6b
@ -19,7 +19,7 @@ function wrapper(content) {
|
|||||||
content = cardWrapper(content);
|
content = cardWrapper(content);
|
||||||
return `
|
return `
|
||||||
<template>
|
<template>
|
||||||
<section>
|
<section v-once>
|
||||||
${content}
|
${content}
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user