mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Add searchsuggestions component
This commit is contained in:
parent
87e922e06d
commit
d4ed70b6bb
13
src/components/SearchSuggestions.vue
Normal file
13
src/components/SearchSuggestions.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div class="uk-container-expand"></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
searchSuggestions: Array
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style></style>
|
Loading…
Reference in New Issue
Block a user