major change fixing bugs when running SSR in the project
This commit is contained in:
@@ -40,7 +40,7 @@ export default {
|
||||
|
||||
props: {
|
||||
authors: {
|
||||
type: Array,
|
||||
type: Object,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
@@ -94,7 +94,7 @@ export default {
|
||||
|
||||
props: {
|
||||
images: {
|
||||
type: Array,
|
||||
type: Object,
|
||||
},
|
||||
title: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user