elong-vant
Version:
elong-ui-vant4
13 lines (12 loc) • 357 B
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
const components = require("./components.js");
const index = {
install: (app) => {
console.log("mVant install", components);
for (const c in components) {
app.use(components[c]);
}
}
};
exports.default = index;