Hi, I re-installed the quasar cli and now it works. I can only assume I had some package dependency that was causing the issue. Thanks for the responses.
J
Latest posts made by justin52
-
RE: @click does not fire with q-btn
-
@click does not fire with q-btn
Hi
I’m new to Quasar and I’m trying to use the @click on a q-btn it doesn’t seem to fire. I’m working with an SPA dev mode. Button show and you can click it but it doesn’t show an alert.
<q-btn-group flat>
<q-btn flat color=“brown” size=“lg” align=“right” label=“WATCHING” @click=“alert(‘hello world’)” />
</q-btn-group>Thanks