Commit 5f242ada by Sendya

feat: s-table size prop

parent c5a50470
...@@ -34,6 +34,15 @@ export default { ...@@ -34,6 +34,15 @@ export default {
type: Boolean, type: Boolean,
default: true default: true
}, },
size: {
type: String,
default: 'default'
},
alert: {
type: Object,
default: null
},
/** @Deprecated */
showAlertInfo: { showAlertInfo: {
type: Boolean, type: Boolean,
default: false default: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment