84f46620a2db8e53f468e11b34fed23796123759896604d3bb7ef3af7f6bd445f3cbc9cda1b446f5ebaf714c80d8f6dac1c649d544b2444203f786b8746e99 302 B

1234567891011
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var vue = require('vue');
  4. var constants = require('./constants.js');
  5. const usePagination = () => vue.inject(constants.elPaginationKey, {});
  6. exports.usePagination = usePagination;
  7. //# sourceMappingURL=usePagination.js.map