Source component

This commit is contained in:
2024-03-27 15:54:49 +01:00
parent b5f8835214
commit d1716ce7f6
3 changed files with 142 additions and 97 deletions

View File

@@ -9,7 +9,7 @@ import { UserStore } from '@stores/user'
export default {
props: {
value: Number,
value: String,
options: Object,
label: String,
data: Object