first commit
This commit is contained in:
10
node_modules/vant/es/pagination/index.mjs
generated
vendored
Normal file
10
node_modules/vant/es/pagination/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { withInstall } from "../utils/index.mjs";
|
||||
import _Pagination from "./Pagination.mjs";
|
||||
const Pagination = withInstall(_Pagination);
|
||||
var stdin_default = Pagination;
|
||||
import { paginationProps } from "./Pagination.mjs";
|
||||
export {
|
||||
Pagination,
|
||||
stdin_default as default,
|
||||
paginationProps
|
||||
};
|
||||
Reference in New Issue
Block a user