You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currrently this line import { VTooltip } from 'v-tooltip' causes rollup to throw the following error:
[!] Error: 'VTooltip' is not exported by node_modules/v-tooltip/dist/v-tooltip.common.js
https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module
node_modules/vue-fab/src/FAB.vue?rollup-plugin-vue=script.js (77:8)
If updated to be import { VTooltip } from 'v-tooltip' the issues appears to be resolved.
The text was updated successfully, but these errors were encountered:
Currrently this line
import { VTooltip } from 'v-tooltip'
causes rollup to throw the following error:If updated to be
import { VTooltip } from 'v-tooltip'
the issues appears to be resolved.The text was updated successfully, but these errors were encountered: