feat: init new response state system
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
export default {
|
||||
props: {
|
||||
label: { type: String, default: null },
|
||||
info: { type: String, default: null },
|
||||
icon: { type: String, default: null },
|
||||
id: { type: String, default: null, required: true },
|
||||
selected: {
|
||||
|
||||
Reference in New Issue
Block a user