This website requires JavaScript.
Explore
Help
Register
Sign In
rancher
/
dashboard
mirror of
https://github.com/rancher/dashboard.git
Watch
1
Star
0
Fork
You've already forked dashboard
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
dashboard
/
shell
/
plugins
/
nuxt-client-init.js
4 lines
97 B
JavaScript
Raw
Permalink
Blame
History
export
default
async
(
context
)
=>
{
await
context
.
store
.
dispatch
(
'nuxtClientInit'
,
context
)
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink