This website works better with JavaScript.
Home
Explore
Help
Sign In
Templater
/
nuxt-app
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10
Commits
11
Branches
1
Tag
5.1 MiB
TypeScript
66.2%
Vue
25%
JavaScript
8.1%
Shell
0.7%
Tree:
e700e66b43
as
asda
auth
beauty
beauty-auth
feat/registration-page
main
nuxt-ui
pure
shadcn
shadcn-as
只集成了数据库的提交
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e700e66b43'
${ noResults }
nuxt-app
/
app
/
plugins
/
auth.ts
4 lines
101 B
Raw
Blame
History
export
default
defineNuxtPlugin
(
async
(
)
=
>
{
const
{
loadUser
}
=
useAuth
(
)
await
loadUser
(
)
}
)
Reference in new issue