iframeBaidu.vue 231 B

12345678910111213141516
  1. <template>
  2. <div >
  3. <iframe src='https://meeting.tencent.com' style="width: 700px; height: 600px"></iframe>
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. data () {
  9. return {
  10. }
  11. },
  12. mounted(){
  13. }
  14. }
  15. </script>