mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
perf(vant-cli): 文档渲染组件增加 v-once
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user