@beets Thanks
A
Latest posts made by avijit526
-
q-toggle local storage toggle problem. how to solve it?
<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") },
-
RE: how to use scroll animation?
@dobbel Please click here show the video also I facing the problem.
-
how to use scroll animation?
I can’t use scroll animation. how to use scroll animation?