提交优化一个小问题
parent
9fce33ca18
commit
b6c16e7048
|
@ -70,7 +70,7 @@ export default {
|
|||
"Button",
|
||||
{
|
||||
props: {
|
||||
type: this.index == params.index ? "primary" : "",
|
||||
type: this.index == params.index ? "primary" : "default",
|
||||
size: "small",
|
||||
},
|
||||
on: {
|
||||
|
|
Loading…
Reference in New Issue