0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-08 12:35:06 +00:00
VueTube/NUXT/components/searchOverlay.vue

8 lines
101 B
Vue

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