Renamed components
This commit is contained in:
parent
2596ea0816
commit
efb01c3f75
@ -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"){
|
||||||
@ -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 {
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user