WebUI: add udp pages
This commit is contained in:
parent
336dd1d5ba
commit
7a5d2a3bd9
23 changed files with 842 additions and 10 deletions
|
@ -5,6 +5,7 @@ import core from './core'
|
|||
import entrypoints from './entrypoints'
|
||||
import http from './http'
|
||||
import tcp from './tcp'
|
||||
import udp from './udp'
|
||||
|
||||
Vue.use(Vuex)
|
||||
|
||||
|
@ -19,7 +20,8 @@ export default function (/* { ssrContext } */) {
|
|||
core,
|
||||
entrypoints,
|
||||
http,
|
||||
tcp
|
||||
tcp,
|
||||
udp
|
||||
},
|
||||
|
||||
// enable strict mode (adds overhead!)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue