chore: Add loading indicator to index.html
All checks were successful
CI / cache-and-install (push) Successful in 1m33s

This commit is contained in:
严浩
2024-08-29 14:29:46 +08:00
parent 25d60c68a9
commit e491219375
2 changed files with 4 additions and 1 deletions

View File

@ -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) => (
<>
<div border="1 solid pink" text="pink">