Set a title with hostname
This commit is contained in:
parent
ffa978eea1
commit
959dbba776
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue