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