Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 440 Bytes

index.md

File metadata and controls

26 lines (23 loc) · 440 Bytes
page title sidebar aside footer returnToTop
true
Tutorial
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>