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