add formula placeholder

This commit is contained in:
Pete Matsyburka
2024-02-24 01:01:36 +02:00
parent beb677734f
commit 8227dd4f6a
13 changed files with 495 additions and 21 deletions
@@ -59,7 +59,7 @@ export default {
default: true
},
modelValue: {
type: String,
type: [String, Number],
required: false,
default: ''
}