Правки текстов
This commit is contained in:
@@ -6,7 +6,7 @@ const props = defineProps({
|
|||||||
placeholders: {
|
placeholders: {
|
||||||
type: Array,
|
type: Array,
|
||||||
default: () => [
|
default: () => [
|
||||||
'Поиск по шаблонам...',
|
'Поиск по проектам...',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
modelValue: {
|
modelValue: {
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ const onCloseModalEdit = () => {
|
|||||||
<Page>
|
<Page>
|
||||||
<template #header>
|
<template #header>
|
||||||
<PageHeader>
|
<PageHeader>
|
||||||
Доступные шаблоны документов
|
Доступные проекты документов
|
||||||
</PageHeader>
|
</PageHeader>
|
||||||
</template>
|
</template>
|
||||||
<PageBody>
|
<PageBody>
|
||||||
|
|||||||
Reference in New Issue
Block a user