实现权限列表与权限渲染组件
This commit is contained in:
5
src/lib/stores/scopes.ts
Normal file
5
src/lib/stores/scopes.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { atom } from "jotai"
|
||||
|
||||
const scopesAtom = atom<string[]>([])
|
||||
|
||||
export { scopesAtom }
|
||||
Reference in New Issue
Block a user