add vuex store and federation layer for api calls
This commit is contained in:
parent
0fd49bc023
commit
8d64a3c528
4 changed files with 506 additions and 1 deletions
|
|
@ -5,10 +5,11 @@ import App from './App.vue'
|
|||
import './scss/toolshed.scss'
|
||||
|
||||
import router from './router'
|
||||
import store from './store';
|
||||
|
||||
import _nacl from 'js-nacl';
|
||||
|
||||
const app = createApp(App).use(BootstrapIconsPlugin);
|
||||
const app = createApp(App).use(store).use(BootstrapIconsPlugin);
|
||||
|
||||
_nacl.instantiate((nacl) => {
|
||||
window.nacl = nacl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue