浏览代码

Merge branch 'develop/3.1.0' into test

DESKTOP-SVI9JE1\muzen 2 年之前
父节点
当前提交
bd8e9e4da8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/agreement/index.vue

+ 1 - 1
src/pages/agreement/index.vue

@@ -1,6 +1,6 @@
 <template>
   <view class='app-container'>
-    <uv-parse :content="form.content" @linktap="linktap" />
+    <uv-parse :content="form.content" selectable @linktap="linktap" />
   </view>
 </template>