提交 52a1c15f 编写于 作者: View Design's avatar View Design

Update [id].vue

上级 af7e8dd6
......@@ -26,6 +26,12 @@
<h1 class="text-3xl truncate">{{ state.query }}</h1>
<section>{{ state.repo }}</section>
<div class="flex flex-col gap-2">
<USkeleton class="h-4" />
<USkeleton class="h-4" />
<USkeleton class="h-4 w-2/3" />
</div>
<template v-for="(item, index) in data" :key="index">
<h1 class="text-3xl truncate" v-if="index !== 0" :id="index + 1">{{ item.question }}</h1>
<UCard :ui="{ body: { padding: 'p-4 sm:p-4' } }">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册