From 68de7e2266684364d016eb04f4dde3e598480458 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Tue, 20 Dec 2022 11:54:10 +0100 Subject: [PATCH] fix(docs): scroll to URL anchor --- examples/vue3/src/LongFile1.story.md | 115 +++++++++++++++++ examples/vue3/src/LongFile2.story.md | 121 ++++++++++++++++++ .../src/app/components/panel/StoryDocs.vue | 21 ++- 3 files changed, 256 insertions(+), 1 deletion(-) create mode 100644 examples/vue3/src/LongFile1.story.md create mode 100644 examples/vue3/src/LongFile2.story.md 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 `