fix: debug

This commit is contained in:
osiris
2024-05-14 15:20:18 +08:00
parent 92347aa62d
commit b235935fd3
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -3,9 +3,6 @@
import { onMounted, ref, reactive } from 'vue';
import { useToolsStore } from '@/store/modules/tools'
import { useRouter, useRoute } from "vue-router"
const props = defineProps({
bgColor: String,
})
const router = useRouter()
const route = useRoute()
@@ -81,7 +78,7 @@ onMounted(async () => {
class="w-[200px]"
:default-active="defaultActive"
:default-openeds="defaultOpeneds"
:background-color="props.bgColor ?? '#f5f5fb'"
background-color="transparent"
@open="handleOpen"
@close="handleClose"
>