capacitor-test/pages/index.vue
2024-04-23 18:15:52 +03:00

13 lines
247 B
Vue

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