// #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)
})
// #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)
})