ImageAndTextWebComponent.ets 174 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 import { ContentDetailDTO } from 'wdBean' @Component export struct ImageAndTextWebComponent{ @Prop detailData: ContentDetailDTO = {} as ContentDetailDTO build(){ } }