VueTube/NUXT/components/searchOverlay.vue

9 lines
101 B
Vue
Raw Normal View History

<template>
<div>
<v-text-field
label="Search"
outlined
/>
</div>
</template>