diff --git a/resources/js/views/Home.vue b/resources/js/views/Home.vue index cf6eff0..cfcb46a 100644 --- a/resources/js/views/Home.vue +++ b/resources/js/views/Home.vue @@ -136,7 +136,10 @@
@@ -270,7 +274,6 @@ const viewLoad = async () => { if (articlesData && articlesData.articles) { articles.value = articlesData.articles; - console.log(articles.value); } }) .catch((error) => { diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php index 2c0f99c..f095347 100644 --- a/resources/views/app.blade.php +++ b/resources/views/app.blade.php @@ -6,10 +6,20 @@