Imperial-visualizations/Vue-Components

style binding on undefined div

Opened this issue · 1 comments

style binding on div doesn't work as the div is not yet mounted when the style binding computed property is run as it requires access to the width of a div which isn't mounted.

Hmmm and there is also the bigger issue that $refs is not available until after mounted so I think this may require an Async solutions