zview-plus
Version:
基于 Vue3 的 UI 组件库
14 lines (13 loc) • 389 B
JavaScript
import t from "./timeline.vue2.mjs";
import { openBlock as o, createElementBlock as r, renderSlot as n } from "vue";
import s from "../../../../_virtual/_plugin-vue_export-helper.mjs";
const c = { class: "z-timeline" };
function i(e, l, m, p, a, f) {
return o(), r("ul", c, [
n(e.$slots, "default")
]);
}
const $ = /* @__PURE__ */ s(t, [["render", i]]);
export {
$ as default
};