I’ve solved by using the native event. Like this:
<q-item @click.native="…">
I’ve solved by using the native event. Like this:
<q-item @click.native="…">
Hi,
On the first access, when the app is from SSR, the QLayoutHeader component doesn’t appear at the same time than QPageContainer does.
It’s by design? Is there any chance to display all the page at the same time?
Thanks
I found this error while checking the site in Google Speed Insights.
The file that is generating this “error” is /fonts/hash.woff2
Thanks
That’s what I did: use the native event …
How to inject a JSON into a script? Like this:
<script type='application/ld+json'>
{"@context":"http:\/\/schema.org\/", ...}
</script>
I can’t find a proper solution …
Thanks
I’ve solved by using the native event. Like this:
<q-item @click.native="…">
I need to link a full q-item to an external link.
With <a> tag is not working properly (losing clickable areas or hover styles).
A click event should do the trick but I am unable to handle this.
What can I do?
Thanks