From e49121937559184cc1350614c4ef89caad1ce908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 29 Aug 2024 14:29:46 +0800 Subject: [PATCH] chore: Add loading indicator to index.html --- index.html | 4 +++- src/pages/index-page.vue | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 374fbbc..ec5b127 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,9 @@ -
+
+
Loading...
+
diff --git a/src/pages/index-page.vue b/src/pages/index-page.vue index 5dc3540..8b89bd9 100644 --- a/src/pages/index-page.vue +++ b/src/pages/index-page.vue @@ -17,6 +17,7 @@ definePage({ import type { FunctionalComponent } from 'vue'; // https://cn.vuejs.org/guide/extras/render-function#typing-functional-components +// eslint-disable-next-line @typescript-eslint/no-unused-vars const FComponent: FunctionalComponent<{ prop: string }> = (props, context) => ( <>