
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器、贼灵活的配置项、扩展接口等...
一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器、贼灵活的配置项、扩展接口等...
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
---|---|---|---|---|---|
11+ ✔ | 80+ ✔ | 80+ ✔ | 90+ ✔ | 75+ ✔ | 10+ ✔ |
版本:vue 2.6.x, 依赖库:hb-js-utils
npm install hb-js-utils vhb-table@3
import Vue from 'vue'
import 'hb-js-utils'
import VHBTable from 'vhb-table'
import 'vhb-table/lib/style.css'
Vue.use(VHBTable)
不建议将公共的 CDN 地址用于生产,因为该连接随时都可能会失效,导致项目挂掉;
使用 CDN 方式记得锁定版本号,避免受到非兼容性更新的影响
<!-- 引入样式 -->
<link rel="stylesheet" href="https://unpkg.com/vhb-table/lib/style.css">
<!-- 引入脚本 -->
<script src="https://unpkg.com/hb-js-utils"></script>
<script src="https://unpkg.com/vhb-table"></script>
<template>
<div>
<vhb-table :data="tableData">
<vhb-column type="seq" title="Seq" width="60"></vhb-column>
<vhb-column field="name" title="Name"></vhb-column>
<vhb-colgroup title="Group1">
<vhb-column field="sex" title="Sex"></vhb-column>
<vhb-column field="address" title="Address"></vhb-column>
</vhb-colgroup>
</vhb-table>
</div>
</template>
<script>
export default {
data () {
return {
tableData: [
{ id: 10001, name: 'Test1', role: 'Develop', sex: 'Man', address: 'Shenzhen' },
{ id: 10002, name: 'Test2', role: 'Test', sex: 'Man', address: 'Guangzhou' },
{ id: 10003, name: 'Test3', role: 'PM', sex: 'Man', address: 'Shanghai' }
]
}
}
}
</script>
👉 查看文档
安装依赖
npm install
启动本地调试
npm run serve
编译打包,生成编译后的目录:lib
npm run lib
FAQs
一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器、贼灵活的配置项、扩展接口等...
The npm package vhb-table receives a total of 37 weekly downloads. As such, vhb-table popularity was classified as not popular.
We found that vhb-table demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.