break down search component into smaler components

This commit is contained in:
geoffrey45
2022-01-23 10:27:39 +03:00
parent 7945c04a06
commit 7689f13fdc
16 changed files with 596 additions and 469 deletions
@@ -10,7 +10,7 @@
<div class="s2"></div>
<p>Featured Artists</p>
</div>
<ArtistCard v-for="artist in artists" :key="artist" :artist="artist" />
<ArtistCard v-for="artist in artists" :key="artist" :artist="artist" :color="232452" />
</div>
</div>
</template>