Skip to content

Commit 10f639d

Browse files
committed
Update main.vue
1 parent c7bb3be commit 10f639d

File tree

1 file changed

+3
-0
lines changed
  • examples/src/docs/zh/ve-table/clipboard

1 file changed

+3
-0
lines changed

examples/src/docs/zh/ve-table/clipboard/main.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,22 @@
44
<Explain />
55
<ShortCuts />
66
<Base />
7+
<API title="API" anchor="API" desc="clipboardOption 剪贴板配置" />
78
</div>
89
</template>
910
<script>
1011
import Explain from "./explain.md";
1112
import ShortCuts from "./shortcuts.md";
1213
import Base from "./base.md";
14+
import API from "../api/clipboard-option-props";
1315
1416
export default {
1517
name: "basic-main",
1618
components: {
1719
Explain,
1820
ShortCuts,
1921
Base,
22+
API,
2023
},
2124
};
2225
</script>

0 commit comments

Comments
 (0)