Introducing html pages into vue

there used to be a project in which the video player was written in jquery, but now the backend management system of vue needs to use the same video playback function. I split the previous video player using jq into a html and a js,. I would like to ask you how to introduce it into the current vue project?

(using iframe to find a blank page in vue, is there any other way to introduce this function besides using vue rewriting function?

<iframe src="videoPlay/index.html" frameborder="0"  name="showHere" scrolling=auto width="1000px" height="400px"></iframe>
Mar.11,2021

write it as a component to introduce it, it is more convenient

Menu