forked from extern/dockge
Set a title with hostname
This commit is contained in:
parent
ffa978eea1
commit
959dbba776
@ -23,6 +23,9 @@ import socket from "./mixins/socket";
|
|||||||
import lang from "./mixins/lang";
|
import lang from "./mixins/lang";
|
||||||
import theme from "./mixins/theme";
|
import theme from "./mixins/theme";
|
||||||
|
|
||||||
|
// Set Title
|
||||||
|
document.title = document.title + " - " + location.host;
|
||||||
|
|
||||||
const app = createApp(rootApp());
|
const app = createApp(rootApp());
|
||||||
|
|
||||||
app.use(Toast, {
|
app.use(Toast, {
|
||||||
|
Loading…
Reference in New Issue
Block a user