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);
|
||||
return `
|
||||
<template>
|
||||
<section>
|
||||
<section v-once>
|
||||
${content}
|
||||
</section>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user