-
-
-
+
+
+
{{ fetchNewsOrgInfo?.title }}
-
{{
- fetchNewsOrgInfo?.description
- }}
+
+
+
+ {{ fetchNewsOrgInfo?.description }}
+
-
-
- {{ item.title }}
-
+
+
+
+
+
+
+
+
+ {{ item.title }}
+ {{ item.date }}
+
+
+
+
+
diff --git a/components/app/windows/news.vue b/components/app/windows/news.vue
index 5c9e28d..b8365eb 100644
--- a/components/app/windows/news.vue
+++ b/components/app/windows/news.vue
@@ -192,6 +192,7 @@ const openNews = (url: string, titleName: string) => {
const openPublisher = (slug: string, title: string) => {
emit("openNewsSourcePage", slug, title);
};
+const isLoading = computed(() => contentArray.value.length === 0);
@@ -200,33 +201,82 @@ const openPublisher = (slug: string, title: string) => {
class="sticky inset-x-0 top-0 bg-gray-300/90 backdrop-blur-xl border shadow-lg rounded-xl p-1 m-1 mt-0 justify-center align-center text-center z-[50] overflow-x-auto scrollbar-xl min-w-min whitespace-nowrap px-2"
>
-
+
+
+
+
+
+
+
+
+
-
-
- Loading...
-
-
-
-
-