UNPKG
test-iki-mini-app
Version:
latest (1.0.0)
1.0.0
ứng dựng bán hàng trên mini app z a l o
gitlab.com/drhoang999/com.miniapp.ikitech.happybreakfast
test-iki-mini-app
/
src
/
state.ts
12 lines
(10 loc)
•
203 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{ atom }
from
"recoil"
;
import
{ userInfo }
from
"zmp-sdk"
;
export
const
userState = atom<userInfo>({
key
:
"user"
,
default
: {
id
:
"12345678"
,
name
:
"Zalo"
,
avatar
:
"ZA"
, }, });