feat: init new response state system

This commit is contained in:
liyasthomas
2021-07-13 11:07:29 +05:30
parent ffc891f38e
commit a4032836c3
20 changed files with 620 additions and 387 deletions

View File

@@ -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: {