@mapgis/webclient-vue-ui

10.5.5 • Public • Published

Webclient-Vue-Ui

敬请期待...

FormModel使用注意事项:(忽略)

当涉及^$refs时,后面应添加$children[0]项。

示例:

$refs.name.onFieldBlur()
this.$refs.ruleForm.validate()
this.$refs.ruleForm.resetFields()

应分别改为:

$refs.name.$children[0].onFieldBlur()
this.$refs.ruleForm.$children[0].validate()
this.$refs.ruleForm.$children[0].resetFields()

Readme

Keywords

Package Sidebar

Install

npm i @mapgis/webclient-vue-ui@10.5.5

Version

10.5.5

License

Apache2

Unpacked Size

43.1 MB

Total Files

712

Last publish

Collaborators

  • lidafengnpm
  • zhangying_zy
  • parndeedlit
  • gyj12
  • xionglaoda
  • mayuanye
  • c296149548
  • wxl974002443
  • zhangchunzhou
  • wangshuai-ws