Import icon component to make missing profile image work for artists
This commit is contained in:
parent
124cdd4e0d
commit
763fa60c97
1 changed files with 3 additions and 1 deletions
|
|
@ -41,12 +41,14 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// Import Components
|
// Import Components
|
||||||
|
import Icon from "../Icon";
|
||||||
import PopularityModal from "../modals/PopularityInfo.vue";
|
import PopularityModal from "../modals/PopularityInfo.vue";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: `ArtistCard`,
|
name: `ArtistCard`,
|
||||||
components: {
|
components: {
|
||||||
PopularityModal: PopularityModal
|
PopularityModal: PopularityModal,
|
||||||
|
icon: Icon,
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
item: {
|
item: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue