提交 3c1b72dc 编写于 作者: D DebugIsFalse

Update [id].vue

上级 faadf289
......@@ -4,13 +4,6 @@
<template v-else>
<iSearchHeader ref="refHeader" :query="state.title" :is-public="state.isPublic" @update-query="handleUpdateQuery" />
<div class="container min-h-svh max-w-screen-lg flex flex-col space-y-6 p-6 mb-6 pb-0" id="scrollElement">
<!-- <div class="grid">
<ISearchTitle as="h1" :title="state.query" />
</div>
<section class="flex items-center gap-2" v-if="state.repo">
<UIcon name="i-simple-icons-github" />
{{ state.repo }}
</section> -->
<template v-for="(item, index) in data" :key="index">
<div class="grid">
<ISearchTitle as="h2" :title="item.question" :id="index + 1" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册