
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
side-feature-bar-dev
Advanced tools
开发:常竣
yarn add side-feature-bar --registry http://nexus.aegis-info.com/repository/npm-aegis/
或
npm i side-feature-bar --registry http://nexus.aegis-info.com/repository/npm-aegis/
import SideFeatureBar from 'side-feature-bar';
Vue.use(SideFeatureBar);
<template>
<div class="home">
<side-feature-bar @value-callback="valueCallback"></side-feature-bar>
</div>
</template>
<script>
export default {
name: 'home',
components: {},
data () {
return {
answer: ''
};
},
methods: {
valueCallback (data) {
// 数据回传
this.answer = data.title;
}
}
};
</script>
value-callback:数据回调函数,参数
data: {
title: string, // 标题,
text: string, // 内容,
type: string, // 类型(01:坐席助手,02:智能解答,03:法条检索,04:常用语,05:常用链接,06:附件库,07:辅助工具)
}
V2.0.0:初始化版本
V2.0.1:加入token验证信息,完善ReadMe.md文档,发布测试版本
V2.0.2:显示隐藏动画、法条选项框添加删除功能
FAQs
The npm package side-feature-bar-dev receives a total of 2 weekly downloads. As such, side-feature-bar-dev popularity was classified as not popular.
We found that side-feature-bar-dev demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

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.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.