Skip to content

Commit

Permalink
Vue deprecation warning fix: @vnode-mounted should be changed to @VUE:…
Browse files Browse the repository at this point in the history
…mounted
  • Loading branch information
tugcekucukoglu committed May 11, 2023
1 parent 0c9aad0 commit 120562e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/lib/dropdown/Dropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion components/lib/multiselect/MultiSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 120562e

Please sign in to comment.