/ Cleanup of error layout, readme

This commit is contained in:
Alexis
2021-03-29 16:44:24 +02:00
parent b9fe9ca514
commit b91bc080dd
4 changed files with 3 additions and 22 deletions

View File

@@ -21,8 +21,8 @@ export default {
layout: 'error',
props: {
error: {
type: String,
default: ''
type: Object,
default: () => { return {} }
}
}
}