8 lines
139 B
Vue
8 lines
139 B
Vue
<template>
|
|
<div>
|
|
<van-nav-bar title="Знакомства СПб" style="margin-bottom: 16px;" />
|
|
|
|
<slot />
|
|
</div>
|
|
</template>
|