A RetroSearch Logo

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

Search Query:

Showing content from https://github.com/bootstrap-vue/bootstrap-vue/commit/874dca2c8c385fecf7cec76e6cfa44eda9fcabf4 below:

fix bad copy paste (#5067) · bootstrap-vue/bootstrap-vue@874dca2 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

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

@@ -85,7 +85,7 @@ export default {

85 85

sortBy: this.localSortBy,

86 86

sortDesc: this.localSortDesc,

87 87

perPage: Math.max(toInteger(this.perPage, 0), 0),

88 -

currentPage: Math.max(toInteger(this.perPage, 0), 1),

88 +

currentPage: Math.max(toInteger(this.currentPage, 0), 1),

89 89

apiUrl: this.apiUrl

90 90

}

91 91

}

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