Replies: 2 comments
-
|
Here's a playground: https://stackblitz.com/edit/github-k1qfp7?file=playground/VButton.story.vue |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I see that my problem is actually already reported in #472 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am authoring a Nuxt module that provides some components. Following https://nuxt.com/docs/guide/going-further/modules and given I have some components in
src/runtime/components, how would I proceed to use histoire? I addedhistoire,@histoire/plugin-nuxtand@histoire/plugin-vueand also created ahistoire.config.tsin the root, but if I create a simple story consisting ofand launch histoire, it renders the
NuxtWelcomecomponent below histoire and inside the histoire Story.Does the same thing, it renders
NuxtWelcomebelow histoire and inside the Story, I have the text "Test" and below it, theNuxtWelcomecomponent.Beta Was this translation helpful? Give feedback.
All reactions