🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
``` <p ref="p">Hello</p> <children ref="children"></children> ``` ``` this.$refs.p this.$refs.children ``` ``` this.$nextTick(() => { this.$refs['dataForm'].resetFields() this.$refs.menuListTree.setCheckedNodes(cityList) }) ``` ``` <el-form :model="dataForm" ref="dataForm" @keyup.enter.native="dataFormSubmit()" label-width="80px" style="height:400px"> ```