Add space, remove blank line
This commit is contained in:
parent
b7dc94b0e2
commit
42acef934a
|
@ -103,9 +103,8 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
isActive(item) {
|
isActive (item) {
|
||||||
return this.pageUrl.match(new RegExp(item.pattern))
|
return this.pageUrl.match(new RegExp(item.pattern))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue