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

Vue3 seems unhappy with default package export #424

Open
adrianjost opened this issue Feb 8, 2022 · 0 comments
Open

Vue3 seems unhappy with default package export #424

adrianjost opened this issue Feb 8, 2022 · 0 comments

Comments

@adrianjost
Copy link
Owner

When using the latest beta release (v1.0.0-beta.2) the import call
import WhiteTonePicker from "@adrianjost/two-channel-picker";
that is importing dist/vue/TwoChannelPicker.common.js does not work.

However, the umd package seems to work just fine:
import WhiteTonePicker from "@adrianjost/two-channel-picker/dist/vue/TwoChannelPicker.umd.min.js";

Investigate and fix, why that's the case .

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