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. avijit526
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 0
    • Groups 0

    avijit526

    @avijit526

    0
    Reputation
    4
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    avijit526 Follow

    Latest posts made by avijit526

    • RE: q-toggle local storage toggle problem. how to solve it?

      @beets Thanks

      posted in Help
      A
      avijit526
    • q-toggle local storage toggle problem. how to solve it?

      Show Video

      <q-toggle
                    :false-value="false"
                    :label="` ${redModel} `"
                    :true-value="true"
                    color="red"
                    v-model="redModel"
                    @input="test"
                  />
      
      data() {
          return {
               redModel: false
            }
      },
      
      methods: {
          test(val) {
            this.redModel = val
            console.log(this.redModel)
            localStorage.setItem("redModel", this.redModel);
          }
        },
      
        mounted() {
          this.redModel = localStorage.getItem("redModel")
        },
      
      posted in Help
      A
      avijit526
    • RE: how to use scroll animation?

      @metalsadman Thanks

      posted in Framework
      A
      avijit526
    • RE: how to use scroll animation?

      @dobbel Please click here show the video also I facing the problem.

      posted in Framework
      A
      avijit526
    • how to use scroll animation?

      I can’t use scroll animation. how to use scroll animation?

      posted in Framework
      A
      avijit526