Yuya Ishikawa

Results 1 comments of Yuya Ishikawa

I could simulate pages on storybook to replace ```render()``` of ```nuxt component``` with a function which returns ```default slot``` of ```layout component```. ```javascript /** .storybook/preview.js */ import Vue from 'vue'...