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