babobo

Results 5 issues of babobo

``` const iconsLoaded = new Promise((resolve, reject) => { new Promise.all( Object.keys(icons).map(iconName => // IconName--suffix--other-suffix is just the mapping name in iconsMap Ionicons.getImageSource( iconName.replace(replaceSuffixPattern, ''), icons[iconName][0], icons[iconName][1] )) ).then(sources =>...

![image](https://user-images.githubusercontent.com/6471292/32586930-3d3d6312-c4cb-11e7-9d71-ecea66f48a04.png) ![image](https://user-images.githubusercontent.com/6471292/32586938-482d3cd4-c4cb-11e7-8890-44e5314e50d3.png) as you can see, not totally in center, how can i fix this issure

` +(bool)checkPhoneNumber: (NSString *)phone { NBPhoneNumberUtil *phoneUtil = [[NBPhoneNumberUtil alloc] init]; NSError *error = nil; NBPhoneNumber *phoneNumber = [phoneUtil parse:@"14155552671" defaultRegion:@"US" error:&error]; NSLog(@"- isValidNumber [%@]", [phoneUtil isValidNumber:phoneNumber] ? @"YES" :...

After load a pdf file ,and waiting for a while ,the pdf dismiss, but grey background left. Does iPhone 6 P 's memory limit course this? What's situation can make...

` ` ` sortChange: function ({ column, prop, order }) { this.$emit('sortChange', { column, prop, order }) }, ` 改为sort-change ,才能正常监听到。 请问可以实现 驼峰命名的事件监听吗? 在 0.6.0版本好像解决过这个问题,但目前我这个版本依然不行 v2.4.1 [Vue tip]: Event "sortchange"...