Update vue to 2.7.14 (#2897)

This commit is contained in:
Richard Schreiber
2022-11-11 14:26:16 +01:00
committed by GitHub
parent a5be7dcff5
commit 706e479cff
5 changed files with 10818 additions and 10863 deletions

View File

@@ -14,7 +14,7 @@
var multiple = this.multiple;
$(this.$el)
.select2(this.opts())
.val(this.value)
.val(this.value || "")
.trigger("change")
// emit event on change.
.on("change", function (e) {

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long