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
Hi,
I'm having problems to get this running with storybook.
[Vue warn]: Failed to mount component: template or render function not defined.
It works with property decorator and h
h
Here are the relevant files: https://github.com/regenrek/vue-ts-jsx-example/blob/storybook_babel_preset/packages/ui/NjBurger/index.stories.tsx https://github.com/regenrek/vue-ts-jsx-example/blob/storybook_babel_preset/packages/ui/NjBurger/NjBurger.tsx https://github.com/regenrek/vue-ts-jsx-example/blob/storybook_babel_preset/.storybook/webpack.config.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm having problems to get this running with storybook.
It works with property decorator and
h
Here are the relevant files:
https://github.com/regenrek/vue-ts-jsx-example/blob/storybook_babel_preset/packages/ui/NjBurger/index.stories.tsx
https://github.com/regenrek/vue-ts-jsx-example/blob/storybook_babel_preset/packages/ui/NjBurger/NjBurger.tsx
https://github.com/regenrek/vue-ts-jsx-example/blob/storybook_babel_preset/.storybook/webpack.config.js
The text was updated successfully, but these errors were encountered: