Unverified Commit 1ca2ee5d by Sendya

feat: s-table size prop

parent 5cb512cb
......@@ -34,6 +34,15 @@ export default {
type: Boolean,
default: true
},
size: {
type: String,
default: 'default'
},
alert: {
type: Object,
default: null
},
/** @Deprecated */
showAlertInfo: {
type: Boolean,
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