Skip to content

Commit c7bb3be

Browse files
committed
Update main.vue
1 parent fabe080 commit c7bb3be

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

examples/src/docs/en/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)