mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
[bugfix] Tab: incorrect initial line color (#2344)
This commit is contained in:
@@ -108,7 +108,9 @@ export default create({
|
||||
tabs: [],
|
||||
position: '',
|
||||
curActive: null,
|
||||
lineStyle: {},
|
||||
lineStyle: {
|
||||
backgroundColor: this.color
|
||||
},
|
||||
events: {
|
||||
resize: false,
|
||||
sticky: false,
|
||||
|
Reference in New Issue
Block a user