I would like to pass value to another compoment ex: a name of country, and use it on the other compoment I make the link like that and i want to send the value “France” to another compoment (via dataHere) : How can i do that ? Answer in you html file and in your ts file and in your
Tag: routerlink
How to disable a vuejs router-link?
I have a single-page app that i’ve created using vue, and the nav links are all done using router-link tags. There are a couple of items in the nav that my boss wants to have in the nav but disabled so that people can get a glimpse of some features that will be coming soon. However I can’t figure out