Skip to content

Commit 49aaef8

Browse files
committed
feat(select): support vuetify2-style select in vue3
Support both 'text' and 'title' defined items in sw-select widgets
1 parent f02233a commit 49aaef8

File tree

5 files changed

+8
-389
lines changed

5 files changed

+8
-389
lines changed

examples/01_Widgets/app.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@
3737

3838

3939
def load_model():
40-
if use_client2:
41-
simput_manager.load_model(yaml_file=DEF_DIR / "model_vue2.yaml")
42-
else:
43-
simput_manager.load_model(yaml_file=DEF_DIR / "model_vue3.yaml")
40+
simput_manager.load_model(yaml_file=DEF_DIR / "model.yaml")
4441

4542

4643
load_model()
File renamed without changes.

examples/01_Widgets/definitions/model_vue3.yaml

Lines changed: 0 additions & 385 deletions
This file was deleted.

0 commit comments

Comments
 (0)