Skip to content

Paraview not rendering after upgrade to Vue3 #415

Discussion options

You must be logged in to vote

After fixing the API change in vuetify3 it seems to be working

import paraview.web.venv  # Available in PV 5.10-RC2+
import os
import json
import asyncio

from trame.app import get_server, asynchronous
from trame.widgets import paraview
from trame.widgets import vuetify3 as vuetify
from trame.ui.vuetify3 import SinglePageLayout

import paraview as pv
from paraview import simple

# -----------------------------------------------------------------------------
# Trame setup
# -----------------------------------------------------------------------------

server = get_server()
server.client_type = "vue3"
state, ctrl = server.state, server.controller

# -----------------------------------------…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@smkacur
Comment options

@jourdain
Comment options

Comment options

You must be logged in to vote
2 replies
@smkacur
Comment options

@jourdain
Comment options

Answer selected by smkacur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants