Skip to content

Commit

Permalink
fix: lang
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jun 19, 2024
1 parent c895cbd commit 40069fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/DefaultLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>
</template>

<script setup lang="ts">
<script setup>
import Header from "@/layout/Header.vue";
import Footer from "@/layout/Footer.vue";
</script>

0 comments on commit 40069fc

Please sign in to comment.