haditha_ui/pages/hadith/favorites/[id]/[slug]/index.vue

12 lines
160 B
Vue
Raw Normal View History

2025-02-11 10:17:22 +00:00
<template>
2025-02-26 07:52:21 +00:00
<h1>favorite show page</h1>
2025-02-11 10:17:22 +00:00
</template>
<script>
export default {
2025-02-26 07:52:21 +00:00
name: "hadithFavoritesShow",
2025-02-11 10:17:22 +00:00
};
</script>
2025-02-26 07:52:21 +00:00
<style lang="scss" scoped></style>