mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Update vue to 2.7.14 (#2897)
This commit is contained in:
committed by
GitHub
parent
a5be7dcff5
commit
706e479cff
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user