7 lines
No EOL
126 B
Vue
7 lines
No EOL
126 B
Vue
<script setup lang="ts">
|
|
import TheSearch from '@/components/TheSearch.vue';
|
|
</script>
|
|
|
|
<template>
|
|
<TheSearch />
|
|
</template> |