UNPKG

elong-vant

Version:

elong-ui-vant4

12 lines (11 loc) 276 B
import _select from "./src/index.vue.mjs"; import { withInstall } from "../utils/common/with-install.mjs"; import { Popup, Picker } from "vant"; const EvSelect = withInstall({ ..._select, __dependencies__: [Popup, Picker] }); export { EvSelect, EvSelect as default };