Files
OpenIsle/frontend_nuxt/router/index.js
2025-08-11 18:16:13 +08:00

8 lines
105 B
JavaScript

export default {
push(path) {
if (process.client) {
window.location.href = path
}
},
}