feat: 按钮增加white类型
This commit is contained in:
@@ -10,6 +10,10 @@ Component({
|
||||
type: String,
|
||||
value: 'default', // primary, green, white
|
||||
},
|
||||
plain: {
|
||||
type: Boolean,
|
||||
value: false, // 是否朴素按钮
|
||||
},
|
||||
size: {
|
||||
type: String,
|
||||
value: 'normal', // large, normal, small, mini
|
||||
@@ -88,4 +92,5 @@ Component({
|
||||
this.triggerEvent('click', e);
|
||||
},
|
||||
},
|
||||
externalClasses: ['custom-class'],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user