
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
oeos-components
Advanced tools
使用vue3+element-plus封装前端组件。以利于前端组件化和工程化开发
import 'oeos-components/dist/style.css'
import OeosComponets from 'oeos-components'
app.use(OeosComponets)
<o-button>这是o-button</o-button>
<o-title title="这是o-title"></o-title>
// 如果想将所有函数挂载至全局使用
import * as utils from '@oeos-components/utils'
// 将oeos-components下的公共函数赋值到全局
Object.keys(utils).forEach((v) => {
app.config.globalProperties[v] = utils[v]
})
然后通过`proxy.$toast('哈哈')`, 这种方式去使用函数
// 如果想单独的引用某个函数
import { $toast } from '@oeos-components/utils'
$toast('嘿嘿')
当前项目支持的自定义指令有以下
v-copy
v-number
v-focus
更多内容请查看文档
FAQs
Vue3 中基于Element-plus二次封装基础组件文档
We found that oeos-components demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.