Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@weex-project/weex-picker
Advanced tools
weex-picker是一个weex插件,可以通过weexpack快速集成,可以丰富weex功能
weex-picker仅支持weex的web端的picker功能,如无需picker功能,无需引入.
npm run build:examples:web
npm run serve
打开 localhost:12580 查看例子.
npm install weex-picker --save-dev
Step 2
你需要在引入weex-vue-render
之后进行模块注册,具体可参考根目录下的./playground/browser/plugininstall.js
let picker = require('weex-picker');
if (window.Weex) {
Weex.install(picker);
} else if (window.weex) {
weex.install(picker);
}
const picker = weex.requireModule('picker');
picker.pick({
items: [1, 2, 3, 4],
height: "500px"
}, function(ret) {
var result = ret.result;
if (result == 'success') {
self.normalpickData = ret.data;
}
f})
##pickDateOptions
API具体可查看Pickday Configuration
FAQs
weex picker extend
We found that @weex-project/weex-picker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.