Use dropdown separated from dataType in Vue

This commit is contained in:
Joe Knapper 2026-02-13 12:13:39 +00:00 committed by Julian Stirling
parent ae81520494
commit 5ae0f903d8
3 changed files with 14 additions and 14 deletions

View file

@ -47,7 +47,7 @@ export default {
},
options: {
type: Array,
default: () => [],
default: undefined,
required: false,
},
},