Files
OpenIsle/frontend_nuxt/router/index.js

8 lines
104 B
JavaScript

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