mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Missing SearchTag.vue added
This commit is contained in:
parent
71c9d92aea
commit
d2088a3a92
18
webapp/components/generic/SearchTag/SearchTag.vue
Normal file
18
webapp/components/generic/SearchTag/SearchTag.vue
Normal file
@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<ds-flex-item>
|
||||
<span class="hashtag-search-text">#{{ option.id }}</span>
|
||||
</ds-flex-item>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
name: 'SearchTag',
|
||||
props: {
|
||||
option: { type: Object, required: true },
|
||||
},
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.hashtag-search-text {
|
||||
color: rgb(23, 181, 63);
|
||||
}
|
||||
</style>
|
||||
Loading…
x
Reference in New Issue
Block a user