Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 418 Bytes

index.md

File metadata and controls

25 lines (22 loc) · 418 Bytes
page title aside footer outline
true
Examples
false
false
false
<script> import { defineAsyncComponent } from 'vue' import ReplLoading from '@theme/components/ReplLoading.vue' export default { components: { ExampleRepl: defineAsyncComponent({ loader: () => import('./ExampleRepl.vue'), loadingComponent: ReplLoading }) } } </script>