Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 425 Bytes

index.md

File metadata and controls

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