Undo style changes

This commit is contained in:
j0sel
2023-09-17 12:01:15 +02:00
parent 1a4e4c3639
commit 47935e0a3b

View File

@@ -27,6 +27,9 @@ const active = childs.find(trace)
const self = getCurrentInstance()
const show = ref(open ? (active ? true : false) : false)
const fetch = async () => {
if (!menu.counter_handler) {
return
}
try {
const { data } = await axios.get(route(`superuser.menu.counter`, menu.id))
counter.value = data.count