Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Commit 1d89de1

Browse files
committed
mergeされてなかったから見落とされたんだなぁ KP
1 parent 49e81f5 commit 1d89de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EditAchievement.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
</template>
8282
<template slot="option" slot-scope="{ option }">
8383
<div class="option__desc">
84-
<img class="option-image" :src="option.icon_url || 'https://placehold.jp/000000/ffffff/150x150.png?text=No%20Image'" alt="No icon">
84+
<img class="option-image" :src="option.icon_url || require('@/assets/no_image.png')" alt="No icon">
8585
<span class="option__title">@{{ option.name }}</span>
8686
</div>
8787
</template>

0 commit comments

Comments
 (0)