JoJk0 / storybook-addon-vue-slots

Vue slots support for Storybook.js
MIT License
17 stars 5 forks source link

fix(render): properly handle non-string args #10

Closed filiphazardous closed 10 months ago

filiphazardous commented 10 months ago

This PR attempts to solve the problem reported in https://github.com/JoJk0/storybook-addon-vue-slots/issues/8

It has been tested, and works, in a project I work with for a customer. (Unfortunately not open, so I can't share the repo.) Hopefully the diff is reasonably self-explanatory.