New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@ido-team/common-navigation

Package Overview
Dependencies
Maintainers
14
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ido-team/common-navigation

通用导航栏

latest
npmnpm
Version
1.0.7
Version published
Maintainers
14
Created
Source

介绍

通用导航栏插件

安装

使用 npm 下载。

npm i @ido-team/common-navigation

使用

1、在各个应用的main.ts中导入该模块进行注册,然后在组件中使用

import CommonNavigationPlugin from '@ido-team/common-navigation';

...

app.use(CommonNavigationPlugin);

在组件内使用

<CommonNavigation />

2、在组件中直接导入组件并注册

import { CommonNavigation } from '@ido-team/common-navigation';

参数

待补充

其它

需要在外部引入Source Han Sans CN字体

@font-face {
    font-family: 'Source Han Sans CN';
    src: url('@/assets/fonts/SourceHanSansCN-Regular.otf')
}

FAQs

Package last updated on 30 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts