一、下载uni-app插件

下载地址:https://ext.dcloud.net.cn/plugin?id=183

二、示例

<view class="content padding-lr">
    <uParse :content="goodsInfo.content" :imageProp="imageProp" noData="内容为空" />
</view>
<script>
    import uParse from '@/components/u-parse/u-parse.vue'
</script>
components: {
    uParse
},
<style>
    @import url("../../components/u-parse/u-parse.css");
</style>

 

相关文章:

  • 2022-12-23
  • 2021-12-27
  • 2022-03-02
  • 2022-12-23
  • 2022-02-24
  • 2022-12-23
  • 2021-12-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
  • 2021-08-02
  • 2022-12-23
  • 2021-11-15
  • 2022-12-23
相关资源
相似解决方案