国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

javascript - Jump between vue.js and html pages
PHP中文網(wǎng)
PHP中文網(wǎng) 2017-07-05 10:38:43
0
5
1371

I wrote an html page outside the vue.js project. How to jump to this html page in the vue.js page?

For example, the name of the html page is aaa.html.

This is the directory of vue.js

This is the html file I want to jump to
How to jump

PHP中文網(wǎng)
PHP中文網(wǎng)

認(rèn)證0級講師

reply all(5)
女神的閨蜜愛上我

window.open()

黃舟

If you don’t want to jump out of the single-page application, you can also write a preview page and use an iframe to load the external page. If it is a webApp, you can call the native method to create a new webview display.

淡淡煙草味

You can use the a tag, but it’s a bit low
You can also add a click event in the template and handle it in methods, window.location.href="aaa.html"

Peter_Zhu

This address can help you

phpcn_u1582

Trust me, there is no more appropriate way than a tag^_^

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template