Skip to content

Commit

Permalink
try to fix 500 exports is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Apr 27, 2024
1 parent 3b79494 commit 0a4528e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@

<script setup lang="ts">
import { defineAsyncComponent } from 'vue'
import { useAsyncData } from '#imports'
import Footer from '@/components/Footer'
var exports = {};
const Header = defineAsyncComponent(() => import('@/components/Header'))
</script>

Expand Down

0 comments on commit 0a4528e

Please sign in to comment.