feat: 动态设置页面标题

This commit is contained in:
Timothy Yin 2025-03-16 16:21:51 +08:00
parent c6a0a10e35
commit fa85ebf717
Signed by: HoshinoSuzumi
GPG Key ID: 4052E565F04B122A

View File

@ -17,6 +17,12 @@ onMounted(() => {
}
});
const title = computed(() => gstate.botName);
useHead({
title: title,
});
// const items = ref([
// {
// label: 'Backlog',