-
Notifications
You must be signed in to change notification settings - Fork 344
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
vue-router doesn't accept components created with createComponent() #185
Comments
9 tasks
Maybe #189 fixes this. |
my workaround with using lazy loading: https://github.com/daggerok/tsx-vue-composition-api-example#tsx-vuerouter-integration-fixes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I pushed a test case to a new repo here
Steps to reproduce this repo:
yarn add @vue/composition-api
Home.vue
to use createComponent()Error message:
The text was updated successfully, but these errors were encountered: