feat: 搭建快捷提问组件与一些样式调整
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<view>
|
||||
<FindTabs v-model="activeIndex" @change="handleTabChange" />
|
||||
<QuickQuestions />
|
||||
|
||||
</view>
|
||||
|
||||
@@ -10,6 +11,7 @@
|
||||
<script setup>
|
||||
import { ref } from "vue";
|
||||
import FindTabs from "./components/FindTabs/index.vue";
|
||||
import QuickQuestions from "./components/QuickQuestions/index.vue";
|
||||
|
||||
const activeIndex = ref(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user