mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add no results message and action
This commit is contained in:
parent
32a14c10b7
commit
e416ec0e07
2 changed files with 16 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue