Vue alone does not have tools to send/receive data. So if you've already got jquery loaded on the page, use it. otherwise you'll need to use either vanilla javascript or another js library to fetch that remote page/data to populate onto your page.
Is there any way to load a different website within my app in vue JS? the iframe doesnt work for chrome, I m looking for something that is compatible with all browsers.