diff --git a/examples/vue3/src/LongFile1.story.md b/examples/vue3/src/LongFile1.story.md new file mode 100644 index 00000000..8ac88da0 --- /dev/null +++ b/examples/vue3/src/LongFile1.story.md @@ -0,0 +1,115 @@ +# How to write stories? + +Stories are vue files ending with `.story.vue`. You just need to use the `` tag at the root of your template. + +```vue + + +``` + +The title of the story is provided with the (optional) `title` prop: + +```vue + +``` + +You can of course add `