folmert

Results 7 comments of folmert

You can set `:show-length="true"` and `:deep="1"` but then every other node on that level will be collapsed as well.

What's the default way? Can you elaborate? :)

You mean with `require('icons.svg)`? Or non-extract svg-sprite-loader? The first returns "module not found" and the latter works but won't cache the svg, will it?

Regarding my main problem - I see now the svg is injected into iframe of the Storybook and still doesn't show icons, so it must be a problem within Storybook....

Thank you! It's here: https://github.com/folmert/storybook/tree/master/app/vue Steps to reproduce: 1. cd app/vue 2. npm install 3. npm run storybook 4. UiButton doesn't have icon displayed: ```html Text ``` #shadow-root normally has...

It works now, my button component template had a missing colon (:) before icon href, so the property value was in fact the variable name (iconLeft) instead value behind this...

What if I don't have messages beforehand and get them from API?