1 <script setup lang="ts"></script> 2 <template> 3 <v-footer app> 4 <slot /> 5 </v-footer> 6 </template>