mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
10 lines
148 B
JavaScript
10 lines
148 B
JavaScript
export default {
|
|
key: {
|
|
type: String,
|
|
required: true,
|
|
},
|
|
label: {
|
|
type: String,
|
|
required: true,
|
|
},
|
|
} |