capacitor-test/layouts/default.vue

9 lines
172 B
Vue
Raw Normal View History

2024-04-23 18:15:52 +03:00
<template>
<div>
<van-nav-bar title="Знакомства СПб" style="margin-bottom: 16px;" />
<slot/>
</div>
</template>
<script setup lang="ts">
</script>