1
0
mirror of https://github.com/TeamPiped/Piped.git synced 2024-12-15 23:00:28 +05:30
Piped/src/components/SearchSuggestions.vue

14 lines
176 B
Vue
Raw Normal View History

2021-04-01 00:44:21 +05:30
<template>
<div class="uk-container-expand"></div>
</template>
<script>
export default {
props: {
searchSuggestions: Array
}
};
</script>
<style></style>