File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4343| ` icon-size ` | String | <b >Default 'medium'</b > <br >Options: 'small', 'medium' or 'large'. |
4444| ` main-icon ` | String | <b >Default 'add'</b > <br >Use icons from the material icon library. |
4545| ` main-tooltip ` | String | <b >Default ` null ` </b > |
46- | ` actions ` | Object | <b >[ Details bellow] ( https://github.com/PygmySlowLoris/vue-fab/#actions ) </b >
46+ | ` actions ` | Array | <b >[ Details bellow] ( https://github.com/PygmySlowLoris/vue-fab/#actions ) </b >
4747| ` fixed-tooltip ` | Boolean | <b >Default 'false'</b ><br > if true, it shows the tooltip beside the actions
4848
4949### actions
Original file line number Diff line number Diff line change 116116 fixedTooltip: {
117117 default: false
118118 },
119- actions: {}
119+ actions: {
120+ default : () => []
121+ }
120122 },
121123 computed: {
122124 actionIconSize () {
You can’t perform that action at this time.
0 commit comments