yaminncco / vue-sidebar-menu

A Vue.js Sidebar Menu Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't set target as '_blank' for new window

trenzasoft opened this issue · comments

In my menu array I set the target as 'target'=>'_blank' but it is not working. can some one please help me with this issue?

if you're trying to make external link use external property

you can also use the attributes property

attributes: {
  target: '_blank'
}