A
A
Alexander Koregin2019-11-05 00:11:58
JavaScript
Alexander Koregin, 2019-11-05 00:11:58

How to navigate to a specific product page in Vue?

I can’t find examples of how to make a transition with the product id in the route

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton, 2018-09-28
@anton99zel

$(document).mouseup(function (e) {
$("#us_menu").css('display','none');
$("#us_menu2").css('display','none');
$("#us_menu3").css('display','none');
$("#us_menu4").css('display','none');
});

removed this part, now the second point from the problem is solved.

A
Alexander, 2019-11-05
@dragonika8

https://router.vuejs.org/ru/guide/essentials/dynam...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question