Skip to content

Commit af6fac7

Browse files
add new arguments for reacton to VuetifyTemplate
1 parent 39c32fa commit af6fac7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ipyvuetify/components.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7566,6 +7566,8 @@ def _VuetifyTemplate(
75667566
events: list = [],
75677567
layout: Union[Dict[str, Any], Element[ipywidgets.widgets.widget_layout.Layout]] = {},
75687568
methods: str = None,
7569+
scoped: bool = None,
7570+
scoped_css_support: bool = False,
75697571
tabbable: bool = None,
75707572
template: typing.Union[Element[ipyvue.Template], str] = None,
75717573
tooltip: str = None,

0 commit comments

Comments
 (0)