【发布时间】:2020-09-05 02:55:30
【问题描述】:
我想在星云菜单中添加徽章以动态计算收件箱。帮我解决这个问题。谢谢
import { NbMenuItem } from '@nebular/theme';
export const MENU_ITEMS: NbMenuItem[] = [
{
title: 'Dashboard',
link: '/pages/dashboard',
home: true,
},{
title: 'Inbox',
link: '/pages/inbox',
home: true,
}]
【问题讨论】:
标签: html css angular typescript nebular