UNPKG

quick-admin-vue3-core

Version:

以快(计算机执行效率、开发效率)为核心的后台管理系统开发模板

22 lines (21 loc) 703 B
import { defineComponent as a, createElementBlock as n, openBlock as r, normalizeStyle as m, toDisplayString as p } from "vue"; import { _ as c } from "./_plugin-vue_export-helper-CHgC5LLL.js"; const i = /* @__PURE__ */ a({ __name: "CustomMsg", props: { data: {}, position: { default: "center" } }, setup(l) { return (t, _) => { var e, o, s; return r(), n("div", { class: "custom-msg", style: m({ textAlign: t.position }) }, p((s = (o = (e = t.data) == null ? void 0 : e.msgContent) == null ? void 0 : o.Data) == null ? void 0 : s.message), 5); }; } }), f = /* @__PURE__ */ c(i, [["__scopeId", "data-v-cc1338a0"]]); export { f as default };