/ Cleanup of error layout, readme
This commit is contained in:
@@ -21,8 +21,8 @@ export default {
|
||||
layout: 'error',
|
||||
props: {
|
||||
error: {
|
||||
type: String,
|
||||
default: ''
|
||||
type: Object,
|
||||
default: () => { return {} }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user