haditha_ui/pages/hadith/favorites/[id]/[slug]/index.vue
2025-02-26 11:22:21 +03:30

12 lines
160 B
Vue

<template>
<h1>favorite show page</h1>
</template>
<script>
export default {
name: "hadithFavoritesShow",
};
</script>
<style lang="scss" scoped></style>