mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Vue deprecation warning fix: @vnode-mounted should be changed to @vue:mounted
This commit is contained in:
parent
0c9aad0045
commit
120562e6a1
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@
|
|||
ref="filterInput"
|
||||
type="text"
|
||||
:value="filterValue"
|
||||
@vnode-updated="onFilterUpdated"
|
||||
@vue:mounted="onFilterUpdated"
|
||||
class="p-dropdown-filter p-inputtext p-component"
|
||||
:placeholder="filterPlaceholder"
|
||||
role="searchbox"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue