Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
aegleboard
Advanced tools
npm run lib
上传到npm
1.main.js
import CheckerboardView from 'aegleboard'
Vue.use(CheckerboardView)
2.vue页面使用:
棋谱列表(九宫格)
<CheckerboardView v-if="parentHeight"
:manualHeight="parentHeight"
:businessParams="businessParams"
@getPieceMsg="getPieceMsg"/>
parentHeight:容器高度。例:this.parentHeight = this.$parent.$el.offsetHeight
businessParams:请求棋子接口需要的业务参数。
如:businessParams:{
patientBaseId:'',
visitCardNo:''
}
getPieceMsg:棋子操作的回调事件,返回的数据为msgCenter.js中sendEventMsg函数的返回值
添加棋子
<AddPieceToChess :menu-id="menuId" :manualHeight="parentHeight" />
parentHeight:容器高度。例:this.parentHeight = this.$parent.$el.offsetHeight
CheckerboardView.vue
根据chess-use/manual/${id}获取棋谱数据,并且获取棋子列表
循环棋子列表:
1.通过数据类型(type)显示组件
2.通过组件名称(componentName)显示组件----自定义组件(注:本项目中必须下载有自定义组件的依赖)
AddPieceToChessManual.vue
FAQs
The npm package aegleboard receives a total of 3 weekly downloads. As such, aegleboard popularity was classified as not popular.
We found that aegleboard demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.