Vue window.location.href
时间: 2023-08-30 14:08:33 浏览: 185
在Vue中,可以使用window.location.href来在当前窗口中打开一个新的URL,比如可以使用window.location.href = 'https://www.cnblogs.com/guorongtao/'来在当前窗口中打开博客园的个人博客页面。这与在JavaScript中使用window.location.href的方式类似。在HTML中,可以使用<a href="https://www.cnblogs.com/guorongtao/">Welcome Test1</a>来创建一个链接,点击链接时会在新窗口中打开指定的URL。另外,如果你想在Vue中打开一个新的窗口,并指定窗口的大小、位置等参数,可以使用window.open来实现,例如:window.open('www.baidu.com','newindow','height=600,width=900,top=0,left=0,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no')。另外,如果你想在Vue中打开一个模态对话框(Modal Dialog),可以使用window.showModalDialog来实现,例如:window.showModalDialog('https://www.cnblogs.com/guorongtao','','DialogLeft:170px;DialogTop:130px;DialogWidth:930px;DialogHeight:753px;status:no;help:no')。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [Window 打开新窗口的几种方式 window.location.href、window.open、window.showModalDialog](https://blog.csdn.net/qianluo111/article/details/125280622)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT3_1"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文