style(Tab): remove default border

This commit is contained in:
chenjiahan
2020-07-31 19:25:19 +08:00
parent f08064db1c
commit 69ac602bc2
11 changed files with 36 additions and 39 deletions
+1 -4
View File
@@ -46,6 +46,7 @@ export default createComponent({
props: {
color: String,
border: Boolean,
sticky: Boolean,
animated: Boolean,
swipeable: Boolean,
@@ -64,10 +65,6 @@ export default createComponent({
type: [Number, String],
default: 0,
},
border: {
type: Boolean,
default: true,
},
ellipsis: {
type: Boolean,
default: true,