mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-08 12:35:06 +00:00
8 lines
101 B
Vue
8 lines
101 B
Vue
<template>
|
|
<div>
|
|
<v-text-field
|
|
label="Search"
|
|
outlined
|
|
/>
|
|
</div>
|
|
</template>
|