1
0
Fork 0

WebUI: add udp pages

This commit is contained in:
Matthieu Hostache 2020-02-26 11:12:06 +01:00 committed by GitHub
parent 336dd1d5ba
commit 7a5d2a3bd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 842 additions and 10 deletions

View file

@ -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!)