We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The fix #864 for dynamic imports seems lost.
On the repo changelog is listed in the release 1.0.0-beta.22 (2018-07-29) https://github.com/vuejs/vue-test-utils/blob/dev/CHANGELOG.md
On the vue-test-utils package changelog is not listed https://github.com/vuejs/vue-test-utils/blob/dev/packages/test-utils/CHANGELOG.md
And with the latest release a test with dynamic import still fails
[Vue warn]: Failed to resolve async component: function vsMobileCalendarOverview() { return import('./MobileCalendarOverview.vue'); } Reason: Error: Not supported console.error node_modules/vue/dist/vue.runtime.common.js:589 [Vue warn]: Failed to resolve async component: function vsMobileCalendarDaily() { return import('./MobileCalendarDaily.vue'); } Reason: Error: Not supported
I don't understand what is going on:)
The text was updated successfully, but these errors were encountered:
Why is this closed? I have the same issue. If someone knows how to fix this, please let me know.
Sorry, something went wrong.
No branches or pull requests
What problem does this feature solve?
The fix #864 for dynamic imports seems lost.
On the repo changelog is listed in the release 1.0.0-beta.22 (2018-07-29)
https://github.com/vuejs/vue-test-utils/blob/dev/CHANGELOG.md
On the vue-test-utils package changelog is not listed
https://github.com/vuejs/vue-test-utils/blob/dev/packages/test-utils/CHANGELOG.md
And with the latest release a test with dynamic import still fails
What does the proposed API look like?
I don't understand what is going on:)
The text was updated successfully, but these errors were encountered: