Browse Source

添加长按复制

DESKTOP-SVI9JE1\muzen 2 years atrás
parent
commit
529f7ed060
1 changed files with 1 additions and 1 deletions
  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>