refactor(pages): remove bulky console.log from story page
This commit is contained in:
parent
e6ba48dc2f
commit
26dfbda2c7
@ -16,7 +16,6 @@
|
|||||||
const rtr = useRoute();
|
const rtr = useRoute();
|
||||||
const { data: story, error } = await useApiFetch<SingleChapterResult>(`/story/${rtr.params.id}/${rtr.params.cidx}`);
|
const { data: story, error } = await useApiFetch<SingleChapterResult>(`/story/${rtr.params.id}/${rtr.params.cidx}`);
|
||||||
provide<SingleChapterResult | null>("story", story.value);
|
provide<SingleChapterResult | null>("story", story.value);
|
||||||
console.log("storyyy", story.value?.currentChapter);
|
|
||||||
console.log(rtr);
|
console.log(rtr);
|
||||||
let dark = inject<boolean>("dark");
|
let dark = inject<boolean>("dark");
|
||||||
const and = computed(() => {
|
const and = computed(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user