No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Charlie
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Groups 0

    Charlie

    @Charlie

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Charlie Follow

    Latest posts made by Charlie

    • RE: q-pagination @input

      Thanks for your reply.

      posted in Framework
      C
      Charlie
    • q-pagination @input

      @input will trigger when i get total pages from my api.

      But i dont’t want it happen because it doesn’t chane page.

      How can i resolve this problem.

      <q-pagination
          v-model="pagination.pageNumber"
          :max="pagination.totalPages"
          input
          input-class="text-orange-10"
          @input="changePage"
      />
      
      posted in Framework
      C
      Charlie