15 lines
320 B
Vue
Raw Permalink Normal View History

2024-04-23 18:15:52 +03:00
<template>
2024-04-23 22:17:54 +03:00
<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>
2024-04-23 18:15:52 +03:00
</template>
<script setup lang="ts">
</script>
<style scoped>
</style>