File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5151 </template >
5252 <template v-else >
5353 <template v-if =" mainTooltip " >
54- <div v-bind:v- tooltip =" { content: mainTooltip, placement: tooltipPosition }"
54+ <div v-tooltip =" { content: mainTooltip, placement: tooltipPosition }"
5555 class =" fab pointer" :style =" { 'background-color': bgColor }"
5656 >
5757 <i class =" material-icons md-36 main" :class =" { rotate: toggle }" >{{mainIcon}}</i >
150150 },
151151 methods: {
152152 tooltipPos () {
153- if (this .position === ' top-right' || this .position === ' bototm -right' ) {
154- this .mainTooltip . placement = ' left'
153+ if (this .position === ' top-right' || this .position === ' bottom -right' ) {
154+ this .tooltipPosition = ' left'
155155 } else {
156- this .mainTooltip . placement = ' right'
156+ this .tooltipPosition = ' right'
157157 }
158158 },
159159 toParent (name ) {
You can’t perform that action at this time.
0 commit comments