update tippy position
This commit is contained in:
@@ -57,6 +57,10 @@ export default {
|
|||||||
},
|
},
|
||||||
onUpdate(props) {
|
onUpdate(props) {
|
||||||
component.updateProps(props)
|
component.updateProps(props)
|
||||||
|
|
||||||
|
popup[0].setProps({
|
||||||
|
getReferenceClientRect: () => props.virtualNode.getBoundingClientRect(),
|
||||||
|
})
|
||||||
},
|
},
|
||||||
onKeyDown(props) {
|
onKeyDown(props) {
|
||||||
return component.vm.onKeyDown(props)
|
return component.vm.onKeyDown(props)
|
||||||
|
|||||||
Reference in New Issue
Block a user