Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Button for redirecting to url

so I have a button here that only clickable, but won’t redirect to URL. Any ideas? Thank you!

<button class="w-max h-min flex justify-center items-center px-3 py-2 bg-white text-tersiary rounded-xl"href="url here"@click="onclick">{{ btnText }}Button Text!</button>

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

If you’re using vue router you could do :

<button class="..." @click="$router.push(url here)">{{ btnText }}Button Text!</button>
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading