Skip to content
Snippets Groups Projects
Commit affad0b8 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #1156

parent ba9ab143
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
v-bind="$attrs" v-bind="$attrs"
v-on="$listeners" v-on="$listeners"
v-model="myValue"> v-model="myValue">
<output for="fader"><translate :translate-params="{myValue: myValue ?? '1', max: max}">%{myValue} von %{max}</translate></output> <output for="fader"><translate :translate-params="{myValue: myValue || '1', max: max}">%{myValue} von %{max}</translate></output>
</div> </div>
</template> </template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment