123123
22222
| 属性 | 类型 | 默认 | 备注 |
|---|---|---|---|
| text | String | - | 标题 |
| detail | String | - | 详情 |
| show | Boolean/String | true | 是否显示 |
import adCell from '@/node_modules/adcell/ADCell.vue';
export default {
components: {adCell}
}
<adCell text="普通"></adCell>
<adCell text="点击事件" @click="onClick"></adCell>
<adCell text="隐藏箭头" showArrow="false"></adCell>
class Javahelloworld {
public static void main(String args[]){
System.out.println("hello world\n");
}
}
@interface ClassName : NSObject
+(void)method: (NSString *)text success:(SuccessCallBack)success;
@end
import UIKit
import HandyJSON
class TestModel: BaseModel {
var repData: SubModel!
}