iframe
<iframe
:src="src"
width="100%"
height="600"
frameborder="0"
scrolling="auto"
></iframe>
data () {
return {
src: "http://localhost:8002/#/home/index"
}
iframe
<iframe
:src="src"
width="100%"
height="600"
frameborder="0"
scrolling="auto"
></iframe>
data () {
return {
src: "http://localhost:8002/#/home/index"
}