update dependencies

This commit is contained in:
Matteias Collet 2020-09-07 17:52:26 +02:00
parent 0374940c77
commit 5110058674
4 changed files with 549 additions and 468 deletions

View file

@ -30,5 +30,7 @@
"dependencies": { "dependencies": {
"vuedraggable": "^2.23.2" "vuedraggable": "^2.23.2"
}, },
"pre-commit": ["precommit"] "pre-commit": [
"precommit"
]
} }

View file

@ -9,8 +9,9 @@
v-for="option in optGroup.options" v-for="option in optGroup.options"
:value="option.value" :value="option.value"
:selected="selectedValue && option.value === selectedValue" :selected="selectedValue && option.value === selectedValue"
>{{ getLabel(option.label) }}</option
> >
{{ getLabel(option.label) }}
</option>
</optgroup> </optgroup>
</select> </select>
</div> </div>

View file

@ -8,8 +8,9 @@
v-for="option in options" v-for="option in options"
:value="option.value" :value="option.value"
:selected="selectedValue && option.value === selectedValue" :selected="selectedValue && option.value === selectedValue"
>{{ getLabel(option.label) }}</option
> >
{{ getLabel(option.label) }}
</option>
</select> </select>
</div> </div>
</template> </template>

1007
yarn.lock

File diff suppressed because it is too large Load diff