小说小程序前端代码仓库(小程序)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
259 B

  1. <template>
  2. <view>
  3. <web-view :src="urlData"></web-view>
  4. </view>
  5. </template>
  6. <script>
  7. export default {
  8. data() {
  9. return {
  10. urlData : 'https://mp.weixin.qq.com/s/dl6c7giLLp_9UlsPyLU3CQ'
  11. }
  12. },
  13. methods: {
  14. }
  15. }
  16. </script>
  17. <style>
  18. </style>