14 lines
184 B
Vue
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>
|