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) => ( <>