You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.1 KiB
1 lines
1.1 KiB
{"ast":null,"code":"import InfiniteScroll from './src/index.mjs';\nconst _InfiniteScroll = InfiniteScroll;\n_InfiniteScroll.install = app => {\n app.directive(\"InfiniteScroll\", _InfiniteScroll);\n};\nconst ElInfiniteScroll = _InfiniteScroll;\nexport { ElInfiniteScroll, _InfiniteScroll as default };","map":{"version":3,"names":["_InfiniteScroll","InfiniteScroll","install","app","directive","ElInfiniteScroll"],"sources":["../../../../../packages/components/infinite-scroll/index.ts"],"sourcesContent":["import InfiniteScroll from './src'\n\nimport type { App } from 'vue'\nimport type { SFCWithInstall } from '@element-plus/utils'\n\nconst _InfiniteScroll = InfiniteScroll as SFCWithInstall<typeof InfiniteScroll>\n\n_InfiniteScroll.install = (app: App) => {\n app.directive('InfiniteScroll', _InfiniteScroll)\n}\n\nexport default _InfiniteScroll\nexport const ElInfiniteScroll = _InfiniteScroll\n"],"mappings":";AACK,MAACA,eAAe,GAAGC,cAAA;AACxBD,eAAe,CAACE,OAAO,GAAIC,GAAG,IAAK;EACjCA,GAAG,CAACC,SAAS,CAAC,gBAAgB,EAAEJ,eAAe,CAAC;AAClD,CAAC;AAEW,MAACK,gBAAgB,GAAGL,eAAA","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|