I have two paginators on the page and use typescript on my project. I have a problem with synchronization of them. I saw that you suggest fixing this issue using refs, but how do I do that using ts having the fact that your solution brings out the following error:
Property 'selected' does not exist on type 'Vue | Element | Vue[] | Element[]'.
Property 'selected' does not exist on type 'Vue'.
I have two paginators on the page and use typescript on my project. I have a problem with synchronization of them. I saw that you suggest fixing this issue using refs, but how do I do that using ts having the fact that your solution brings out the following error:
Property 'selected' does not exist on type 'Vue | Element | Vue[] | Element[]'. Property 'selected' does not exist on type 'Vue'.