Skip to content

Commit d7156a2

Browse files
committed
feat: Refactor table column component
1 parent 1ad8c07 commit d7156a2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/components/table-column.vue

+2-5
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
props: {
1111
label: String,
1212
prop: String,
13-
width: {
14-
type: [Number, String],
15-
default: 90
16-
},
13+
width: [Number, String],
1714
type: String,
1815
sortable: {
1916
type: Boolean,
@@ -31,4 +28,4 @@
3128
renderHeader: [Function]
3229
}
3330
};
34-
</script>
31+
</script>

0 commit comments

Comments
 (0)