Replies: 1 comment
-
|
Just make sure your Div has a height. By default it will be 0 since Vtk___View will take the size of its parent. You can add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Objectif
I tried to toogle the visibility of a viewer. I wrapped it in a html.Div and use v-if or v-show.
Issues
Nevertheless as soon as the viewer is a child of a div it does not appear anymore. And this with the directive v-if or v-show
In the example below, only CASE 1 and 4 work.
CASE 4 is far from trame API.
What is the fundamental difference with this example where CASE 2 seems to work ?
Source
Beta Was this translation helpful? Give feedback.
All reactions