feat: 动态设置页面标题
This commit is contained in:
parent
c6a0a10e35
commit
fa85ebf717
@ -17,6 +17,12 @@ onMounted(() => {
|
||||
}
|
||||
});
|
||||
|
||||
const title = computed(() => gstate.botName);
|
||||
|
||||
useHead({
|
||||
title: title,
|
||||
});
|
||||
|
||||
// const items = ref([
|
||||
// {
|
||||
// label: 'Backlog',
|
||||
|
Loading…
Reference in New Issue
Block a user