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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7c3da5-1fc9b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7c3da5-1fc9b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?