mirror of https://github.com/Kylart/KawAnime.git
Fixed error in loader
This commit is contained in:
parent
530dd2f4b9
commit
8be3e58e7e
|
@ -5,7 +5,7 @@
|
|||
h3.loading-text.white--text 少々お待ち下さいね〜
|
||||
v-flex(xs12).flex-centered
|
||||
img(v-if="number === 1" src="~static/images/loading-gif1.gif" height="500")
|
||||
img(v-if="number === 2" src="~static/images/loading-gif2.gif" height="500")
|
||||
img(v-else-if="number === 2" src="~static/images/loading-gif2.gif" height="500")
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
|
Loading…
Reference in New Issue