Header stuck naming fixed (#10309)

This commit is contained in:
pengfluf
2018-05-05 00:05:38 +03:00
committed by Sabe Jones
parent 4fa2ef045d
commit d5d06c1d2d

View File

@@ -1,7 +1,7 @@
<template lang="pug">
b-modal#mount-raised-modal(:hide-header="true")
div.content(v-if="mount != null")
div.dialog-header.title(v-once) {{ $t('raisedPet', {pet: mount.text()}) }}
div.dialog-header.title {{ $t('raisedPet', {pet: mount.text()}) }}
div.inner-content
div.pet-background
.mount(:class="`Mount_Icon_${mount.key}`")