Add no results message and action

This commit is contained in:
Sam Carlton 2020-09-19 22:26:37 -05:00
parent 32a14c10b7
commit e416ec0e07
2 changed files with 16 additions and 2 deletions

View file

@ -9,18 +9,26 @@
</h2>
<Search />
<LinkButton
href="https://github.com/ThatGuySam/doesitarm/issues"
>
Request an App
</LinkButton>
</div>
</section>
</template>
<script>
import Search from '~/components/search.vue'
import LinkButton from '~/components/link-button.vue'
import appList from '~/assets/app-list.json'
export default {
components: {
Search
Search,
LinkButton
},
computed: {
appList() {