我正在使用Nuxt.js,我想在Vuex商店中使用 window.open() 打开一个窗口。 ... url) { state.popup = window.open(url, '', 'width=500,height=776') ...
確定! 回上一頁