pinafore/routes/_components/search/HashtagSearchResult.html

13 lines
226 B
HTML
Raw Normal View History

2018-02-07 05:54:49 +01:00
<SearchResult href="/tags/{{hashtag}}">
{{'#' + hashtag}}
</SearchResult>
<style>
</style>
<script>
import SearchResult from './SearchResult.html'
export default {
components: {
SearchResult
}
}
</script>