js-test-meeting
Version:
我创建的第一个组件库
11 lines (10 loc) • 348 B
JavaScript
import { createElementBlock as e, openBlock as c } from "vue";
import { _ as o } from "./_plugin-vue_export-helper-CHgC5LLL.js";
const r = {}, t = { class: "member-container" };
function n(_, a) {
return c(), e("div", t, " 成员 ");
}
const i = /* @__PURE__ */ o(r, [["render", n], ["__scopeId", "data-v-72303ac4"]]);
export {
i as default
};