Vue-cli built the project, PC side want to embed several mobile pages, how to deal with ah?

how to deal with the project built by vue-cli, if you want to embed several mobile pages in the PC side? Because there are only a few pages, I don"t want to start a new project.

Jan.27,2022

use iframe to nest mobile pages, and then communicate between parent and child pages through the postMessage method.

Menu