capacitor-test/pages/index.vue

13 lines
247 B
Vue
Raw Normal View History

2024-04-23 18:15:52 +03:00
<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>