pinafore/routes/_components/search/HashtagSearchResult.html

13 lines
222 B
HTML
Raw Normal View History

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