@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
19 lines (18 loc) • 667 B
JavaScript
import r from "./NeonDialogContainer.es.js";
import { resolveComponent as l, openBlock as i, createElementBlock as s, createVNode as a, mergeProps as m } from "vue";
import p from "../../../../_virtual/_plugin-vue_export-helper.es.js";
const d = { class: "neon-dialog" };
function f(n, o, u, c, C, _) {
const e = l("neon-dialog");
return i(), s("div", d, [
a(e, m(n.modelValue, {
onCancel: o[0] || (o[0] = (t) => n.onButtonClick(!1)),
onConfirm: o[1] || (o[1] = (t) => n.onButtonClick(!0))
}), null, 16)
]);
}
const v = /* @__PURE__ */ p(r, [["render", f]]);
export {
v as default
};
//# sourceMappingURL=NeonDialogContainer.vue.es.js.map