Merge pull request #196 from 122177638/develop
fix: 修复pagation is undefined
This commit is contained in:
commit
6c39238b70
@ -34,7 +34,7 @@ const ko = {
|
||||
}
|
||||
|
||||
export default function pagationLocales (ctx) {
|
||||
const { $lang, $recoLocales: { pagation }} = ctx
|
||||
const { $lang, $recoLocales: { pagation } = {} } = ctx
|
||||
if (pagation) {
|
||||
return pagation
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user