mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
14 lines
268 B
Vue
14 lines
268 B
Vue
<script setup lang="ts">
|
|
import { VueQueryDevtools } from '@tanstack/vue-query-devtools'
|
|
</script>
|
|
|
|
<template>
|
|
<NuxtLoadingIndicator />
|
|
<UApp>
|
|
<NuxtLayout>
|
|
<NuxtPage />
|
|
</NuxtLayout>
|
|
</UApp>
|
|
<VueQueryDevtools />
|
|
</template>
|