M
M
MSAFT2020-02-16 16:37:21
Vue.js
MSAFT, 2020-02-16 16:37:21

Is there an iframe component for Vue.js with SSR support?

There is some component under Vue.js like https://www.npmjs.com/package/vue-friendly-iframe , but to work with SSR?

Or maybe there is something like a built-in browser for PHP?

The task is that it is necessary to open a web page directly from the page of my project, but the request to this site must come from the server side, not the client.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex, 2020-02-16
@MSAFT

I don't think this is possible. Your component will be rendered to , but it will just be html generation. The server does not "render" this html and does not attempt to load the content of the iframe. <iframe>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question