Removed vue-carousel imports from components

pull/22/head
Nikan Dalvand 2019-07-26 18:18:56 +04:30
parent 95db53f7fa
commit 1868c88b7e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import carousel from 'vue-owl-carousel'
export default {
name: 'MusicRow',
props: ['items'],
components: { MusicBox, Carousel, Slide, carousel }
components: { MusicBox, carousel }
}
</script>