Client - add a workout + fix

This commit is contained in:
Sam
2021-09-29 11:32:05 +02:00
parent 991a7acc03
commit 6bfcb24133
14 changed files with 515 additions and 74 deletions

View File

@ -4,6 +4,7 @@
:id="name"
:name="name"
:maxLenght="charLimit"
:disabled="disabled"
v-model="text"
@input="updateText"
/>
@ -24,6 +25,10 @@
type: Number,
default: 500,
},
disabled: {
type: Boolean,
default: false,
},
input: {
type: String,
default: '',