This website works better with JavaScript.
Home
Help
Register
Sign In
deblan
/
side_menu
Watch
4
Star
5
Fork
2
Code
Issues
2
Pull Requests
0
Projects
0
Releases
57
Wiki
Activity
Browse Source
fix regression: apps does not open in the tab
develop
Simon Vieille
3 weeks ago
parent
f2d1de1cbe
commit
4cd5421e53
Signed by:
deblan
GPG Key ID:
03383D15A1D31745
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/SideMenu.vue
+ 1
- 1
src/SideMenu.vue
View File
@ -45,7 +45,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
v
-
bind
:
icon
=
"app.icon"
v
-
bind
:
label
=
"app.name"
v
-
bind
:
href
=
"app.href"
v
-
bind
:
target
=
"targetBlankApps.indexOf(app
I
d) !== -1 ? '_blank' : undefined"
v
-
bind
:
target
=
"targetBlankApps.indexOf(app
.i
d) !== -1 ? '_blank' : undefined"
/
>
<
/
ul
>
<
/
div
>
Write
Preview
Loading…
Cancel
Save