mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
perf(vant-cli): 文档渲染组件增加 v-once
This commit is contained in:
@@ -19,7 +19,7 @@ function wrapper(content) {
|
||||
content = cardWrapper(content);
|
||||
return `
|
||||
<template>
|
||||
<section>
|
||||
<section v-once>
|
||||
${content}
|
||||
</section>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user