pinafore/routes/_components/search/HashtagSearchResult.html

13 lines
226 B
HTML

<SearchResult href="/tags/{{hashtag}}">
{{'#' + hashtag}}
</SearchResult>
<style>
</style>
<script>
import SearchResult from './SearchResult.html'
export default {
components: {
SearchResult
}
}
</script>