index
:
host.fuwn.me
dependabot/npm_and_yarn/axios-0.21.2
dependabot/npm_and_yarn/follow-redirects-1.14.8
dependabot/npm_and_yarn/path-parse-1.0.7
dependabot/npm_and_yarn/ssri-6.0.2
dependabot/npm_and_yarn/tmpl-1.0.5
dependabot/npm_and_yarn/ws-6.2.2
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
site
/
plugins
/
nuxt-client-init.js
blob: 4b10dcd1478e1c66a0127f59fbfad61e41084bac (
plain
) (
blame
)
1
2
3
export
default
async
ctx
=>
{
await
ctx
.
store
.
dispatch
(
'nuxtClientInit'
,
ctx
);
};