<script setup> const config = useRuntimeConfig(); const event = defineAsyncComponent(() => import(`~/components/event.vue`) ); </script> <template> <event /> </template>