mirror of https://github.com/Kylart/KawAnime.git
Added divider to info result. No more cleared on click in infoModal
This commit is contained in:
parent
87b006addc
commit
33e290a931
|
@ -1,6 +1,6 @@
|
|||
<template lang="pug">
|
||||
v-dialog(v-model='searchShow', width='650', lazy, absolute)
|
||||
v-btn(icon, slot='activator', @click="searchTerm = ''")
|
||||
v-btn(icon, slot='activator')
|
||||
v-icon search
|
||||
v-card.pr-4
|
||||
v-card-title.headline Which anime are you looking for?
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
v-dialog(width='800', v-model='$store.state.info.show', persistent, lazy, absolute)
|
||||
v-card
|
||||
v-card-title.headline Result for «{{ searchTerm }}»
|
||||
v-divider
|
||||
v-card-text
|
||||
h4(v-if='error') {{ error }}
|
||||
div(v-else-if='loading')
|
||||
|
|
Loading…
Reference in New Issue