12345678910111213141516171819202122 |
- <template>
- <view>
- <web-view src="http://127.0.0.1:8848/webview/pdf/web/viewer.html?file=https://www.waywish.com/file/archived/675/pdf.pdf"></web-view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
-
- }
- },
- methods: {
-
- }
- }
- </script>
- <style>
- </style>
|