creating replace options question widget
This commit is contained in:
parent
c1dbe394e5
commit
c6ed1ea032
1 changed files with 18 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
||||||
|
<script>
|
||||||
|
|
||||||
|
export default ({
|
||||||
|
name: "replace-options-question",
|
||||||
|
data(){
|
||||||
|
return {
|
||||||
|
questionText: String,
|
||||||
|
answersFromCms: Array,
|
||||||
|
replaceOptions: Array
|
||||||
|
}
|
||||||
|
},
|
||||||
|
props: {
|
||||||
|
isMultiSelect: Boolean,
|
||||||
|
isAvailable: Boolean,
|
||||||
|
filterByVehicleCategory: Boolean
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
Loading…
Reference in a new issue