diff --git a/webapp/.storybook/config.js b/webapp/.storybook/config.js index 57f6e3bdf..064f314c9 100644 --- a/webapp/.storybook/config.js +++ b/webapp/.storybook/config.js @@ -14,7 +14,9 @@ Vue.component('nuxt-link', { template: 'NuxtLink', }) Vue.component('no-ssr', { - template: '
No SSR
', + render() { + return this.$slots.default + }, }) Vue.component('v-popover', { template: '
Popover Content
',