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

Update RecommendQuestion.vue

上级 9b22c32c
......@@ -8,6 +8,7 @@
v-for="item in recommendQuestions"
color="gray"
size="md"
:variant="colorMode.value === 'dark' ? 'solid' : 'soft'"
@click="handleClick(item.title)"
>
<div class="justify-between w-full flex items-center">
......@@ -18,6 +19,7 @@
</div>
</template>
<script setup>
const colorMode = useColorMode()
defineProps({
recommendQuestions: {
type: Array,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册