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>