${caption}
`, - }; +/* + *π Render functions are a framework specific feature to allow you control on how the component renders. + * See https://storybook.js.org/docs/7.0/vue/api/csf + * to learn how to use render functions. + */ +export const StoryWithLocale = { + render: (args, { globals: { locale } }) => { + const caption = getCaptionForLocale(locale); + return { + template: `${caption}
`, + }; + }, }; ``` \ No newline at end of file diff --git a/docs/snippets/vue/my-component-story-use-globaltype.mdx.mdx b/docs/snippets/vue/my-component-story-use-globaltype.mdx.mdx index 6f6f74945f6..8397ad8f2c2 100644 --- a/docs/snippets/vue/my-component-story-use-globaltype.mdx.mdx +++ b/docs/snippets/vue/my-component-story-use-globaltype.mdx.mdx @@ -18,12 +18,18 @@ export const getCaptionForLocale = (locale) => { } }; -${caption}
`, }; - }} -- {{ data[idx1][idx2] }} - | -
+ {{ data[idx1][idx2] }} + | +
- {{ data[idx1][idx2] }} - | -
+ {{ data[idx1][idx2] }} + | +
- {{ data[idx1][idx2] }} - | -
+ {{ data[idx1][idx2] }} + | +
- {{ data[idx1][idx2] }} - | -
+ {{ data[idx1][idx2] }} + | +