paxton-front/app.vue
Veselov e2e031b7c5
Some checks failed
Deploy / build-and-deploy (push) Failing after 7s
add nuxt/ui
2025-08-04 01:24:20 +03:00

8 lines
96 B
Vue

<template>
<UApp>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</UApp>
</template>