chore: Add loading indicator to index.html
All checks were successful
CI / cache-and-install (push) Successful in 1m33s
All checks were successful
CI / cache-and-install (push) Successful in 1m33s
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user