Skip to content

fix(examples): use vuetify3 in examples#115

Open
Jo-Byr wants to merge 1 commit into
masterfrom
bump-examples-to-vuetify3
Open

fix(examples): use vuetify3 in examples#115
Jo-Byr wants to merge 1 commit into
masterfrom
bump-examples-to-vuetify3

Conversation

@Jo-Byr
Copy link
Copy Markdown
Contributor

@Jo-Byr Jo-Byr commented May 26, 2026

No description provided.

@Jo-Byr Jo-Byr requested a review from jourdain May 26, 2026 13:20
@Jo-Byr Jo-Byr self-assigned this May 26, 2026
v_model=("color", "lightblue"),
items=("array_list", ["lightblue", "#0000ff", "white"]),
hide_details=True,
dense=True,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

density="compact",

items=("array_list", ["lightblue", "#0000ff", "white"]),
hide_details=True,
dense=True,
outlined=True,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

variant="outlined", (I think)

from trame.ui.vuetify import SinglePageLayout
from trame.widgets import vuetify
from trame.ui.vuetify3 import SinglePageLayout
from trame.widgets import vuetify3 as vuetify
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ideally from trame.widgets import vuetify3 as v3

And replace code to use TrameApp base class

from trame.ui.vuetify import SinglePageLayout
from trame.widgets import vuetify
from trame.ui.vuetify3 import SinglePageLayout
from trame.widgets import vuetify3 as vuetify
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v3 and TrameApp base class

@jourdain
Copy link
Copy Markdown
Collaborator

Ideally I would fully update those examples rather than just vue2/3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants