remove unused v-model

This commit is contained in:
Mika Bomm 2024-09-05 12:28:39 +02:00
parent 614bb91c5a
commit 82d467d24f

View file

@ -2,7 +2,6 @@
import { ref } from "vue";
const showSearch = ref(false);
const userProfileActions = ref(false);
</script>
<template>