12 lines
161 B
Vue
12 lines
161 B
Vue
<template>
|
|
<h1>favorite show page</h1>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "hadithaFavoritesShow",
|
|
};
|
|
</script>
|
|
|
|
<style lang="scss" scoped></style>
|