feat: add event bus

This commit is contained in:
Hufe921
2023-07-24 21:17:36 +08:00
parent 2d16866892
commit 0bacc113cd
12 changed files with 285 additions and 26 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ export default defineConfig({
{
text: '监听',
items: [
{ text: '事件监听', link: '/guide/listener' }
{ text: '事件监听(listener)', link: '/guide/listener' },
{ text: '事件监听(eventBus)', link: '/guide/eventbus' }
]
},
{