0👍
You don’t need to encode html somehow, the simple window.open should work. Without knowing what error do you receive it is pretty hard to tell what do you issue.
Also please take a note that the maximum request length for GET requests are pretty short, as you can see in this post, so sending raw html in a query string does not look like a clean solution.
- [Vuejs]-Vue Element Table: undefined nested value crashes Chrome
- [Vuejs]-Error on saving to local storage for Vue.js
Source:stackexchange.com