Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
baumannzone committed Jan 26, 2020
1 parent bd755e2 commit 4bdfc97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/views/Hero/HeroItems/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export default {
},
computed: {
itemsData () {
// Merge Objects
return {
...defaultItems,
...this.items
Expand Down
2 changes: 1 addition & 1 deletion src/views/Hero/HeroItems/ItemDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</template>
</div>
</template>
<p v-else class="text-secondary">
<p v-else>
<b-badge class="text-dark"> {{item.slotName}} </b-badge>
</p>
</div>
Expand Down

0 comments on commit 4bdfc97

Please sign in to comment.