11 lines
128 B
Vue
11 lines
128 B
Vue
<script setup lang="ts">
|
|
import { UApp } from '#components';
|
|
</script>
|
|
|
|
|
|
<template>
|
|
<UApp>
|
|
<NuxtPage />
|
|
</UApp>
|
|
</template>
|