I’m having an error for creating file.
Latest posts made by kero
-
RE: [Solved] [V1] Download a file in cordova app
-
RE: How to remove ripple effect on q-stepper?
@metalsadman said in How to remove ripple effect on q-stepper?:
.q-stepper__tab–active
pointer-events: noneIt doesn’t work. I tried putting !important it does nothing too. I will try it for different class name with pointer-events: none.
Edit: I tried on q-stepper__step it works but you cannot click it though, it doesn’t do anything.
I tried to put some @click.native on tab but it does not work also. -
How to remove ripple effect on q-stepper?
When header options is enabled I tried header-class, no-ripple, ripple.
Can’t figure out how to remove the ripple effect. -
Cannot get routes parameter when have "."
my router mode is history and my router path accepts paramter
auth/:token
when I’m accessing this url for example
auth/anysytinghere
is ok but when i put perioud on it
auth/eyyabsg.jhagsw
it shows me cannot get. On a normal vue project it works and other framework. help
-
How to adjust notify plugin enter and exit speed animation
There’s no option I can adjust in quasar.conf.
notify: { icon: "error", progress: true, color: "negative", textColor: "white", classes: "glossy", timeout: 1500, },
I don’t where to look i am looking for css for now but I have no idea what am I supposed to do.