Add more pages in the WebUI
This commit is contained in:
parent
2b828765e3
commit
fcc1109e76
82 changed files with 5005 additions and 249 deletions
|
@ -3,6 +3,8 @@ import Vuex from 'vuex'
|
|||
|
||||
import core from './core'
|
||||
import entrypoints from './entrypoints'
|
||||
import http from './http'
|
||||
import tcp from './tcp'
|
||||
|
||||
Vue.use(Vuex)
|
||||
|
||||
|
@ -15,7 +17,9 @@ export default function (/* { ssrContext } */) {
|
|||
const Store = new Vuex.Store({
|
||||
modules: {
|
||||
core,
|
||||
entrypoints
|
||||
entrypoints,
|
||||
http,
|
||||
tcp
|
||||
},
|
||||
|
||||
// enable strict mode (adds overhead!)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue