[WIP] Фикс пропсов
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
@click="deleteNote(item.id)"
|
||||
)
|
||||
client-detail-input.text-sm.w-max-fit.relative(
|
||||
maxLength="40",
|
||||
:maxLength="40",
|
||||
:style="{fontWeight:key === 'number'&&600}",
|
||||
v-model="sectionInfo[key].title",
|
||||
placeholder="Заголовок"
|
||||
@@ -148,7 +148,7 @@
|
||||
) {{`${sectionInfo[key].title.length}/40`}}
|
||||
.title-section.text-xxs.font-semibold Описание
|
||||
client-detail-input.text-sm.w-max-fit(
|
||||
maxLength="40",
|
||||
:maxLength="40",
|
||||
:style="{fontWeight:key === 'number'&&600}",
|
||||
v-model="sectionInfo[key].description",
|
||||
placeholder="Описание"
|
||||
|
||||
@@ -21,7 +21,7 @@ export default {
|
||||
props: {
|
||||
modelValue: String,
|
||||
sharp: String,
|
||||
maxLength: String,
|
||||
maxLength: Number,
|
||||
placeholder: String,
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user