Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@onbright/oui-pc
Advanced tools
oui-pc 基于ant design vue二次开发的UI框架,用于管理平台界面的快速开发。 它帮助您构建大型复杂的单页应用程序。我相信无论你需要什么,这个框架都会帮助你。
# npm方式安装
npm i oui-pc
main.js
引入框架文件//全部组件引入
import OUiPc from 'oui-pc';
Vue.use(OUiPc);
//按需引入
import {OSelect,OCaptcha} from 'oui-pc';
Vue.component('OSelect',OSelect);
Vue.component('OCaptcha', OCaptcha);
main.js
引入框架样式import 'oui-pc/lib/ty-ui.css'
无需import
组件,直接引用即可。
<template>
<o-select v-model="area"></o-select>
</template>
## 更新记录
## 0.0.1 20210901
* pc端组件库添加
## 0.0.2 20210902
* 修改表单设计器样式
FAQs
昂宝pc端UI库
We found that @onbright/oui-pc 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.