mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix: resolved all vue-tsc errors
This commit is contained in:
parent
d325dd7493
commit
ab1adcfa3d
64 changed files with 675 additions and 451 deletions
|
@ -28,7 +28,7 @@ watch(current, v => {
|
|||
settings.set_language(v)
|
||||
gettext.current = v
|
||||
|
||||
const name = route.name as () => string
|
||||
const name = route.name as never as () => string
|
||||
|
||||
document.title = `${name()} | Nginx UI`
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue