Fixed error in loader

This commit is contained in:
Kylart 2017-07-28 00:15:05 +02:00
parent 530dd2f4b9
commit 8be3e58e7e
1 changed files with 1 additions and 1 deletions

View File

@ -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>