uniapp解决在nvue不能获取节点信息得问题

 // #ifdef APP-NVUE  
	  const dom = weex.requireModule('dom')  
// #endif 
 const result = dom.getComponentRect(this.$refs.examplebody, option => {  
		console.log('getComponentRect:', option)  
		this.$emit("getNavTab",option.size.height)
})  
上一篇:【ECharts】


下一篇:Java中使用JNI调用本地动态库的方法