提交优化一个小问题

master
Yer 2023-07-20 18:10:16 +08:00
parent 9fce33ca18
commit b6c16e7048
1 changed files with 1 additions and 1 deletions

View File

@ -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: {