Set a title with hostname

This commit is contained in:
Louis Lam 2023-11-12 16:14:35 +08:00
parent ffa978eea1
commit 959dbba776

View File

@ -23,6 +23,9 @@ import socket from "./mixins/socket";
import lang from "./mixins/lang";
import theme from "./mixins/theme";
// Set Title
document.title = document.title + " - " + location.host;
const app = createApp(rootApp());
app.use(Toast, {