contentDetail 详情页带有富文本的内容

contentDetail

说明

1、此组件应用于展示带有富文本的详情内容 2、此组件实现本小程序公共的样式

# 使用

<template>
  <view class="newsDetailsWrapper">
	 	<content-detail :detail="detail" />
  </view>
</template>

# 参数说明

# 属性

属性 描述 类型 可选值 默认值 是否必填
detail 展示的富文本内容 String —— ——

# 工具源码及综合示例参考

[组件源码]http://jira.suitbim.com:37990/projects/STEC-PROMIS/repos/stec-promis-front/browse/productization-app/components/content-detail/content-detail.vue) 综合实例 (opens new window)