Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues importing VTooltip with rollup #42

Open
chopfitzroy opened this issue Jan 9, 2020 · 0 comments
Open

Issues importing VTooltip with rollup #42

chopfitzroy opened this issue Jan 9, 2020 · 0 comments

Comments

@chopfitzroy
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant