mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
fix navbar dissapear
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<div id="notification">
|
||||
<div v-if="notifications">
|
||||
<div v-for="(idx,item) in notifications" :key="idx">
|
||||
<a href="{{item.data.link}}">
|
||||
<a v-on:click.prevent='navigateTo(item.data.link)'>
|
||||
<el-dropdown-item>
|
||||
<!-- <b v-if="item.is_read == 0">
|
||||
{{item.detail}}
|
||||
|
||||
Reference in New Issue
Block a user