stash
This commit is contained in:
parent
06f7c515ef
commit
b98c368540
4 changed files with 20 additions and 13 deletions
|
|
@ -11,9 +11,9 @@ import store from './store';
|
|||
|
||||
import _nacl from 'js-nacl';
|
||||
|
||||
const app = createApp(App).use(router).use(store).use(BootstrapIconsPlugin);
|
||||
const app = createApp(App).use(store).use(BootstrapIconsPlugin);
|
||||
|
||||
_nacl.instantiate((nacl) => {
|
||||
window.nacl = nacl
|
||||
app.mount('#app')
|
||||
app.use(router).mount('#app')
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue