function anonymous( ) { const _Vue = Vue const { createElementVNode: _createElementVNode } = _Vue const _hoisted_1 = ["onClick"] const _hoisted_2 = { class: "modal-card" } const _hoisted_3 = { class: "modal-card-head" } const _hoisted_4 = /*#__PURE__*/_createElementVNode("p", { class: "modal-card-title" }, "操作提示", -1) const _hoisted_5 = ["onClick"] const _hoisted_6 = { class: "modal-card-body" } const _hoisted_7 = { class: "modal-card-foot" } const _hoisted_8 = ["onClick"] return function render(_ctx, _cache) { with (_ctx) { const { createElementVNode: _createElementVNode, toDisplayString: _toDisplayString, normalizeClass: _normalizeClass, openBlock: _openBlock, createElementBlock: _createElementBlock } = _Vue return (_openBlock(), _createElementBlock("div", { class: _normalizeClass(["modal", {'is-active': visible}]) }, [_createElementVNode("div", { class: "modal-background", onClick: hide }, null, 8, _hoisted_1), _createElementVNode("div", _hoisted_2, [_createElementVNode("header", _hoisted_3, [_hoisted_4, _createElementVNode("button", { class: "delete", "aria-label": "close", onClick: hide }, null, 8, _hoisted_5)]), _createElementVNode("section", _hoisted_6, _toDisplayString(content), 1), _createElementVNode("footer", _hoisted_7, [_createElementVNode("button", { type: "button", class: "button is-danger", onClick: hide }, "关闭", 8, _hoisted_8)])])], 2)) } } }