Overview of active payment methode
This commit is contained in:
@@ -28,6 +28,12 @@ function setValue(name, value) {
|
||||
:modelValue="modelValue[option.name] ?? ''"
|
||||
@update:modelValue="value => setValue(option.name, value)"
|
||||
/>
|
||||
<input
|
||||
v-else-if="option.type === 'checkbox'"
|
||||
type="checkbox"
|
||||
:checked="modelValue[option.name] ?? false"
|
||||
@change="event => setValue(option.name, event.target.checked)"
|
||||
/>
|
||||
<input
|
||||
v-else
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user