赞
踩
vue 使用 typescript 报错
this.$refs.orderTable.$el.querySelectorAll('.el-table__body-wrapper > table > tbody')[0]
改为
(this.$refs.orderTable as Vue & { $el: () => any }).$el.querySelectorAll('.el-table__body-wrapper > table > tbody')[0]
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。