Client - add a workout + fix
This commit is contained in:
@ -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: '',
|
||||
|
Reference in New Issue
Block a user