179 B
179 B
title, localeTitle
title | localeTitle |
---|---|
Define a Redux Action | 定义Redux动作 |
定义Redux动作
以下是如何声明Redux Action。
let action={
type: 'LOGIN'
}
title | localeTitle |
---|---|
Define a Redux Action | 定义Redux动作 |
以下是如何声明Redux Action。
let action={
type: 'LOGIN'
}