mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-08-16 16:21:00 +00:00
chore: migrate legacy pages and utilities to nuxt
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
push(path) {
|
||||
if (process.client) {
|
||||
window.location.href = path
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user