feat: tabs 结构调整
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
<script setup>
|
||||
import { ref } from "vue";
|
||||
import FindTabs from "./components/FindTabs.vue";
|
||||
import FindTabs from "./components/FindTabs/index.vue";
|
||||
|
||||
const activeIndex = ref(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user