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>
|
||||
// Import Components
|
||||
import Icon from "../Icon";
|
||||
import PopularityModal from "../modals/PopularityInfo.vue";
|
||||
|
||||
export default {
|
||||
name: `ArtistCard`,
|
||||
components: {
|
||||
PopularityModal: PopularityModal
|
||||
PopularityModal: PopularityModal,
|
||||
icon: Icon,
|
||||
},
|
||||
props: {
|
||||
item: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue