fanyang
fanyang
请问一下你们这个 rule 下面的 触发trigger 可以自定义事件吗 ,我是用的element-ui 的文件上传组件, 想对上传后返回的参数做一个校验。看了你们的源码 貌似没有看到自定义 trigger 的地方。 rules: { location: [ { required: true, type:"array", message: '请选择注册所在地', trigger: 'blur' }, { type:"array", message: '参数类型错误'} ], checked:...
剪切时 拖动失效
 剪切时 拖动失效
### Description master分支 example 执行npm run dev 无法启动 报错 : page-skeleton-webpack-plugin/examples/sale/node_modules/[email protected]@webpack-cli/bin/config-yargs.js:89 describe: optionsSchema.definitions.output.properties.path.description, TypeError: Cannot read property 'properties' of undefined ### Steps to reproduce 1. cd example 2. npm install...
不支持有序列表
**bug描述** 走好 大佬 **复现bug的步骤** 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **问题截图** **编译环境信息** - nanachi-cli 版本:[e.g.1.2.0] - nodejs版本、npm版本:[node v8.11.4、npm 5.6.0] -...
``` class App extends Component { state = { info: true, num:0 } constructor(props) { super(props) setTimeout(() => { this.setState({ info: !this.state.info }) }, 1000) } updateNum(){ this.setState({ num:Math.random(1000) })...