7 lines
141 B
Vue
7 lines
141 B
Vue
<script setup lang="ts">
|
|
import appBox from '../app/AppBox.vue';
|
|
</script>
|
|
<template>
|
|
<appBox></appBox>
|
|
</template>
|
|
<style scoped></style>
|