feat: 动态设置页面标题

This commit is contained in:
2025-03-16 16:21:51 +08:00
parent c6a0a10e35
commit fa85ebf717

View File

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