mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 15:05:38 -04:00
(vue) remove .native modifier
https://v3-migration.vuejs.org/breaking-changes/v-on-native-modifier-removed.html
This commit is contained in:
parent
d7ead48168
commit
f7e4115f40
@ -8,7 +8,7 @@
|
||||
:key="link.link"
|
||||
:to="link.link"
|
||||
:class="`nav-item btn btn-sm ${link.header ? 'nav-header' : ''} ${isActiveRoute(link) ? 'active' : ''} ${link.header ? 'flex-grow-0' : ''}`"
|
||||
@mouseenter.native="hoverItem = link"
|
||||
@mouseenter="hoverItem = link"
|
||||
>
|
||||
<h1 v-if="link.header" class="text-nowrap">
|
||||
<Logo flag />
|
||||
|
Loading…
x
Reference in New Issue
Block a user