fix invisible selected item in multiselect

This commit is contained in:
2021-10-15 15:37:16 +02:00
parent 6876c23adb
commit 6565e3f8e3
2 changed files with 13 additions and 15 deletions

View File

@@ -205,7 +205,7 @@ export default {
</script>
<style src="vue-multiselect/dist/vue-multiselect.css"></style>
<style lang="scss">
<style lang="scss" scoped>
span.multiselect__single {
display: none !important;
}