UNPKG

mine-h5-ui

Version:

一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍

31 lines (30 loc) 768 B
import { defineComponent as o, createElementBlock as r, openBlock as a, normalizeClass as n, renderSlot as l } from "vue"; import { useInitSlots as i } from "./hooks.js"; /*! * mine-h5-ui v2.15.0 * Copyright (c) 2025 biaov * @license MIT */ const f = /* @__PURE__ */ o({ name: "MeStep", __name: "index", props: { active: {}, direction: { default: "horizontal" }, type: { default: "primary" }, color: { default: "" }, activeColor: { default: "" }, icon: { default: "dot" }, activeIcon: { default: "radio" } }, setup(t) { return i(t), (e, c) => (a(), r("div", { class: n(["me-step", e.direction]) }, [ l(e.$slots, "default") ], 2)); } }); export { f as default };