capacitor-test/pages/index.vue
2024-04-23 22:17:54 +03:00

15 lines
320 B
Vue

<template>
<div class="index-page">
<van-cell-group inset>
<van-cell title="Профиль" is-link to="/profile" class="van-haptics-feedback" />
<van-cell title="Надар" is-link to="/nadar" />
</van-cell-group>
</div>
</template>
<script setup lang="ts">
</script>
<style scoped>
</style>