remove unused v-model
This commit is contained in:
parent
614bb91c5a
commit
82d467d24f
|
@ -2,7 +2,6 @@
|
|||
import { ref } from "vue";
|
||||
|
||||
const showSearch = ref(false);
|
||||
const userProfileActions = ref(false);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Reference in a new issue