A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vuematerial/vue-material/commit/1d6eced below:

infinite loop error, when no v-model provided (#2035) · vuematerial/vue-material@1d6eced · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed Original file line number Diff line number Diff line change

@@ -283,9 +283,9 @@

283 283

let isArray = Array.isArray(this.localValue)

284 284 285 285

if (this.multiple && !isArray) {

286 -

this.localValue = this.setLocalValueIfMultiple()

286 +

this.setLocalValueIfMultiple()

287 287

} else if (!this.multiple && isArray) {

288 -

this.localValue = this.setLocalValueIfNotMultiple()

288 +

this.setLocalValueIfNotMultiple()

289 289

}

290 290

},

291 291

emitSelected (value) {

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4