You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
Feature: What is your use case for such a feature?
Right now when the page change event is emitted it's empty. it'll be nice to get the page it was changed to passed in.
This might not be an actual feature or a bug but rather a minor change. I can submit a PR if needed. I was also wondering if there is a way to access the current page in any other way?
Edit: I guess the page can be accessed with the following code:
this.$refs.search._localSearchStore.page
However the page being passed as part of the event is helpful.
Thank You.
The text was updated successfully, but these errors were encountered:
Feature: What is your use case for such a feature?
Right now when the page change event is emitted it's empty. it'll be nice to get the page it was changed to passed in.
This might not be an actual feature or a bug but rather a minor change. I can submit a PR if needed.
I was also wondering if there is a way to access the current page in any other way?Edit: I guess the page can be accessed with the following code:
this.$refs.search._localSearchStore.page
However the page being passed as part of the event is helpful.
Thank You.
The text was updated successfully, but these errors were encountered: