front-template/src/pages/index.vue
2025-01-07 17:00:38 +08:00

14 lines
184 B
Vue

<template>
<foundation-line></foundation-line>
</template>
<style>
</style>
<script setup lang="ts">
import FoundationLine from '~/components/view/foundation-line.vue'
</script>