【发布时间】:2020-03-31 09:02:03
【问题描述】:
<div class="dropdown notification-dropdown" data-toggle="dropdown">
<a href="#" class=" nav-link" title="search"><img src="{{ asset('front/img/notification-bell-ico.svg') }}" alt=""> </a>
<ul class="dropdown-menu">
<div class="card notification-card">
<div class="card-header">
<p>Notification</p>
<a href="notification.html">See all</a>
</div>
<notification :user="{{ auth()->user() }}"></notification>
</div>
</ul>
</div>
我正在将我的 vue 组件作为通知加载为上面代码中的种子,但是当我单击标题铃图标打开它时它不会呈现 html 不知道怎么解决
如果有任何帮助将不胜感激。
提前致谢。
【问题讨论】:
-
能否请您删除您的额外关闭
tag,因为这似乎是错误的格式。