提交 f28583c1 作者: 方治民

fix: 移除 firstui-code 组件

上级 0b6a91ab
......@@ -16,7 +16,8 @@
<!-- code类型 -->
<block v-else-if="item && item.tag == 'code'">
<view class="mb10" :class="item.classStr" :style="item.styleStr">
<firstui-code :codeText="item.content" :language="item.attr && item.attr.lang"></firstui-code>
<text>{{ item.content }}</text>
<!-- <firstui-code :codeText="item.content" :language="item.attr && item.attr.lang"></firstui-code> -->
</view>
</block>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论