wip pdf
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
import { mapGetters } from 'vuex';
|
||||
export default {
|
||||
props: {
|
||||
id: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
label: {
|
||||
type: Object,
|
||||
default: () => ({})
|
||||
@@ -43,7 +47,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
updateValue(event) {
|
||||
this.$emit('input-value', event.target.value)
|
||||
this.$emit('input-value', { [this.id]: event.target.value });
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user