feat: Added breadcrumbs

This commit is contained in:
scmmishra
2019-04-08 19:56:21 +05:30
parent a409400e58
commit 88f0c464b4
6 changed files with 65 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div>
<section class='video-top-section video-section-bg'>
<section class='mt-2'>
<div>
<youtube-player :url="contentData.url"/>
<div class="mt-3 row">
@@ -61,4 +61,4 @@ export default {
}
}
};
</script>
</script>