-
-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
Description
System info
Vue 3 Composition API
Reproduction
When I mouse over the button the :hovered dont't make effects when isHorvered is equals true.
Describe the bug
{{ isHovered }} <script setup lang="ts"> import {Icon} from '@iconify/vue'; import {ref} from "vue"; const isHovered = ref(false); </script>Additional context
No response
Logs
No response
SeryiBaran