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