UNPKG

floating-vue

Version:

Easy Vue tooltips, dropdowns, menus & popovers using floating-ui

18 lines (17 loc) 361 B
// @vue/component export default { methods: { show (...args) { return this.$refs.popper.show(...args) }, hide (...args) { return this.$refs.popper.hide(...args) }, dispose (...args) { return this.$refs.popper.dispose(...args) }, onResize (...args) { return this.$refs.popper.onResize(...args) }, }, }