Explorar el Código

Merge branch 'develop/3.1.0' into test

DESKTOP-SVI9JE1\muzen hace 2 años
padre
commit
bd8e9e4da8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>