
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
ui-utils1069
Advanced tools
UI 是一款基于 Vue.js 2.0 的前端 UI 组件库,主要用于快速开发 PC 网站中后台产品
cnpm i ui-utils1069 -S
在src/main.js
import UI from 'ui-utils1069';
Vue.use(UI);
import 'ui/ui.css';
<template>
<fieldset>
<legend>{{title}}</legend>
<slot></slot>
</fieldset>
</template>
<script>
export default {
name: 'qfui-kuangkuang',
props: {
title: {
type: String
}
},
}
</script>
<wof-row>
<wof-page :total="10" @changePage="changePageFn"></wof-page>
</wof-row>
<script>
export default {
methods: {
changePageFn(n) {
alert(n)
}
}
}
</script>
FAQs
> UI 是一款基于 Vue.js 2.0 的前端 UI 组件库,主要用于快速开发 PC 网站中后台产品
The npm package ui-utils1069 receives a total of 1 weekly downloads. As such, ui-utils1069 popularity was classified as not popular.
We found that ui-utils1069 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
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.