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/87cf617 below:

MdBadge do not accept color #1854 issue (#1856) · vuematerial/vue-material@87cf617 · 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

@@ -64,7 +64,7 @@

64 64

const staticClass = this.$vnode.data.staticClass

65 65 66 66

function filterClasses () {

67 -

staticClass.split(' ').filter(val => val).reduce((result, key) => {

67 +

return staticClass.split(' ').filter(val => val).reduce((result, key) => {

68 68

result[key] = true

69 69

return result

70 70

}, {})

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