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