
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
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 1 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.