vue,vux判断字符串是否是undefined

if (typeof thisObj.city === 'undefined') {
return
}
原文地址:https://www.cnblogs.com/gqx-html/p/7596047.html