first commit
This commit is contained in:
21
components/z-paging/js/z-paging-constant.js
Normal file
21
components/z-paging/js/z-paging-constant.js
Normal file
@@ -0,0 +1,21 @@
|
||||
// [z-paging]常量
|
||||
|
||||
const version = '2.3.1';
|
||||
const delayTime = 100;
|
||||
const i18nUpdateKey = 'z-paging-i18n-update';
|
||||
|
||||
const errorUpdateKey = 'z-paging-error-emit';
|
||||
const completeUpdateKey = 'z-paging-complete-emit';
|
||||
|
||||
const listCellIndexKey = 'zp_index';
|
||||
const listCellIndexUniqueKey = 'zp_unique_index';
|
||||
|
||||
export default {
|
||||
version,
|
||||
delayTime,
|
||||
i18nUpdateKey,
|
||||
errorUpdateKey,
|
||||
completeUpdateKey,
|
||||
listCellIndexKey,
|
||||
listCellIndexUniqueKey
|
||||
}
|
||||
Reference in New Issue
Block a user