Skip to content

Commit

Permalink
🐛 修复前端因 store 结构改变出现的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyomotoi committed Apr 12, 2024
1 parent 9e271f9 commit 53be9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/NonebotStore/ExtensionShowArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const bar = ref<HTMLElement>();
const content = ref<HTMLElement>();
const getTitle = computed(() => {
switch (nonebotExtensionStore().choiceClass) {
switch (nonebotExtensionStore().choiceModule) {
case "adapter":
return titleItems.adapter;
case "driver":
Expand Down

0 comments on commit 53be9bf

Please sign in to comment.