dashboard/shell/plugins/floating-vue.js

2 lines
105 B
JavaScript

export const floatingVueOptions = { themes: { tooltip: { html: true, triggers: ['hover', 'touch'] } } };