intro.wxml 189 B

12345
  1. <view class="content">
  2. <!-- <view class="title">{{data.title}}</view> -->
  3. <editor style="height:100vh;" read-only="{{true}}" id="editor" class="ql-container">
  4. </editor>
  5. </view>