refactoring

This commit is contained in:
Philipp Kühn
2021-01-19 12:52:31 +01:00
parent 7e88257a45
commit 80ec657053

View File

@@ -17,12 +17,12 @@ export default {
props: { props: {
items: { items: {
type: Array, type: Array,
default: () => [], required: true,
}, },
command: { command: {
type: Function, type: Function,
default: () => true, required: true,
}, },
}, },