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