-
{{ variable_name }}
+
+
{{ variable_name }}
- =
- {{ value }}
+ =
+ {{ value }}
(),
+ {
+ type: "text",
+ modelValue: "",
+ },
+)
+
const emit = defineEmits(["update:modelValue", "input"])
const data = useVModel(props, "modelValue", emit)
diff --git a/frontend/src/components/StudioCanvas.vue b/frontend/src/components/StudioCanvas.vue
index bc34720b..9ca4ff30 100644
--- a/frontend/src/components/StudioCanvas.vue
+++ b/frontend/src/components/StudioCanvas.vue
@@ -43,7 +43,7 @@