Commit 64aaa33f authored by George Tsiolis's avatar George Tsiolis

Restore tooltip placement prop

parent 88e8ee0f
......@@ -17,6 +17,11 @@ export default {
type: String,
required: true,
},
tooltipPlacement: {
type: String,
required: false,
default: 'top',
},
cssClass: {
type: String,
required: 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