Renamed components

This commit is contained in:
scmmishra 2018-11-14 13:05:22 +05:30 committed by Aditya Hase
parent 2596ea0816
commit efb01c3f75
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<script> <script>
export default { export default {
props: ['nextContent', 'nextContentType'], props: ['nextContent', 'nextContentType'],
name: 'Navigation', name: 'ContentNavigation',
methods: { methods: {
goNext() { goNext() {
if(this.$route.params.type != "Quiz"){ if(this.$route.params.type != "Quiz"){

View File

@ -20,7 +20,7 @@
<script> <script>
export default { export default {
props: ['title', 'publishDate', 'author'], props: ['title', 'publishDate', 'author'],
name: 'Title', name: 'ContentTitle',
data() { data() {
return { return {