Renamed components
This commit is contained in:
parent
2596ea0816
commit
efb01c3f75
@ -9,7 +9,7 @@
|
||||
<script>
|
||||
export default {
|
||||
props: ['nextContent', 'nextContentType'],
|
||||
name: 'Navigation',
|
||||
name: 'ContentNavigation',
|
||||
methods: {
|
||||
goNext() {
|
||||
if(this.$route.params.type != "Quiz"){
|
@ -20,7 +20,7 @@
|
||||
<script>
|
||||
export default {
|
||||
props: ['title', 'publishDate', 'author'],
|
||||
name: 'Title',
|
||||
name: 'ContentTitle',
|
||||
data() {
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user