feat: 按钮增加white类型

This commit is contained in:
2025-06-18 16:28:17 +08:00
parent c0c55fb4f1
commit 526ad49981
5 changed files with 70 additions and 6 deletions
+5
View File
@@ -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'],
});