Vue deprecation warning fix: @vnode-mounted should be changed to @vue:mounted
parent
0c9aad0045
commit
120562e6a1
|
@ -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"
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
ref="filterInput"
|
||||
type="text"
|
||||
:value="filterValue"
|
||||
@vnode-updated="onFilterUpdated"
|
||||
@vue:mounted="onFilterUpdated"
|
||||
class="p-multiselect-filter p-inputtext p-component"
|
||||
:placeholder="filterPlaceholder"
|
||||
role="searchbox"
|
||||
|
|
Loading…
Reference in New Issue