in vue, loop out the link of the navigation bar. How to set some of these clicks without effect, that is, the page does not jump. I have tried
router-link vMub binding URL, but the page will still jump. How can I set up not to jump? thank you for your answer.
Thank you
<router-link :to="item.urlArray">{{item.title}}</router-link>
{urlArray: "/scada", title: ""},
{urlArray: "/lab", title: ""},
{urlArray: "/equipment", title: ""},
{urlArray: "/three-dimensional", title: ""},
{urlArray: "/bigData", title: ""},
{urlArray: "/encoding", title: ""},
{urlArray: "/fibre", title: ""},
{urlArray: "/party", title: ""},
{urlArray: "/education", title: ""},
{urlArray: "/lock", title: ""},
{urlArray: "/academic", title: ""}