Browse Source

Merge branch 'develop/3.1.0' into test

DESKTOP-SVI9JE1\muzen 2 năm trước cách đây
mục cha
commit
bd8e9e4da8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>