VEGA-4499: адаптация UI главной страницы документации
This commit is contained in:
committed by
Речкина Елена Валерьевна
parent
2ce47117e1
commit
baca55494c
@@ -45,8 +45,12 @@ watchPostEffect(() => {
|
||||
<div class="container">
|
||||
<div class="title">
|
||||
<CustomNavBarTitle>
|
||||
<template #nav-bar-title-before><slot name="nav-bar-title-before" /></template>
|
||||
<template #nav-bar-title-after><slot name="nav-bar-title-after" /></template>
|
||||
<template #nav-bar-title-before>
|
||||
<slot name="nav-bar-title-before" />
|
||||
</template>
|
||||
<template #nav-bar-title-after>
|
||||
<slot name="nav-bar-title-after" />
|
||||
</template>
|
||||
</CustomNavBarTitle>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user