
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
这是一款基于 vue 框架开发的基础 UI 组件,主要包括 toast 和 dialog 插件,后续会不断拓展。
效果图如下:

可以手机扫码二维码看看效果图

npm install --save trj-ui
import UI from 'trj-ui'
Vue.use(UI)
| name | type | default | description |
|---|---|---|---|
| msg | String | '' | 弹窗提示语 |
| type | String | '' | 弹窗类型:success(成功提示),fail(失败提示),warning(警告),loading(加载) |
| name | type | default | description |
|---|---|---|---|
| title | String | '' | 标题 |
| text | String | '' | 文本内容 |
| type | String | '' | 默认纯文本,input(输入框) |
| maxlength | Number | 20 | 输入的最多字数 |
| confirmText | String | 确定 | 右边按钮 |
| cancelText | String | 取消 | 左边按钮 |
| name | params | description |
|---|---|---|
| confirm | null | 选择后的回调 |
| cancel | ull | 取消后的回调 |
FAQs
a mobile compoment
We found that trj-ui 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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.