Kaynağa Gözat

fix: 文字

gemercheung 1 yıl önce
ebeveyn
işleme
7c24edf5ca
2 değiştirilmiş dosya ile 6 ekleme ve 7 silme
  1. 4 4
      public/relic-data/data.json
  2. 2 3
      src/views/RelicList.vue

Dosya farkı çok büyük olduğundan ihmal edildi
+ 4 - 4
public/relic-data/data.json


+ 2 - 3
src/views/RelicList.vue

@@ -63,9 +63,8 @@
               wide: item['名称'].length > 11
             }"
             :title="item['名称']"
-          >
-            {{ item['名称'] }}
-          </div>
+            v-html="item['名称']"
+          />
           <img
             class=""
             :src="getRelicThumbUrl(idx)"