mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
fix non-premitive key
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
<div id="notification">
|
||||
<div v-if="notifications">
|
||||
<div v-for="item in notifications" :key="item">
|
||||
<a href="#">
|
||||
<div v-for="(idx,item) in notifications" :key="idx">
|
||||
<a href="{{item.data.link}}">
|
||||
<el-dropdown-item>
|
||||
<!-- <b v-if="item.is_read == 0">
|
||||
{{item.detail}}
|
||||
|
||||
Reference in New Issue
Block a user