feat(ws): added WebSocket examples and service scripts

This commit is contained in:
Vben
2021-03-02 00:28:20 +08:00
parent b6cea4a950
commit c625462e98
16 changed files with 734 additions and 75 deletions

View File

@@ -18,6 +18,13 @@ const menu: MenuModule = {
content: 'new',
},
},
{
path: 'ws',
name: t('routes.demo.feat.ws'),
tag: {
content: 'new',
},
},
{
path: 'tabs',
name: t('routes.demo.feat.tabs'),