face.vue 135 B

1234567891011
  1. <template>
  2. <view>
  3. <web-view src="../../static/html/face.html"></web-view>
  4. </view>
  5. </template>
  6. <script>
  7. </script>
  8. <style>
  9. </style>