function anonymous( ) { const _Vue = Vue const { createElementVNode: _createElementVNode, createTextVNode: _createTextVNode } = _Vue const _hoisted_1 = ["onClick"] const _hoisted_2 = { class: "modal-card" } const _hoisted_3 = { class: "modal-card-head" } const _hoisted_4 = { class: "modal-card-title" } const _hoisted_5 = { class: "has-text-danger" } const _hoisted_6 = ["onClick"] const _hoisted_7 = { class: "modal-card-body" } const _hoisted_8 = ["onUpdate:modelValue"] const _hoisted_9 = { class: "help is-danger" } const _hoisted_10 = { class: "modal-card-foot" } const _hoisted_11 = ["onClick"] const _hoisted_12 = ["onClick"] return function render(_ctx, _cache) { with (_ctx) { const { createElementVNode: _createElementVNode, toDisplayString: _toDisplayString, createTextVNode: _createTextVNode, vModelText: _vModelText, withDirectives: _withDirectives, 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, [_createElementVNode("p", _hoisted_4, [_createTextVNode("发送短消息给"), _createElementVNode("b", _hoisted_5, "@" + _toDisplayString(to), 1)]), _createElementVNode("button", { class: "delete", "aria-label": "close", onClick: hide }, null, 8, _hoisted_6)]), _createElementVNode("section", _hoisted_7, [_withDirectives(_createElementVNode("textarea", { class: "textarea", "onUpdate:modelValue": $event => ((content) = $event) }, null, 8, _hoisted_8), [[_vModelText, content]]), _createElementVNode("p", _hoisted_9, _toDisplayString(error), 1)]), _createElementVNode("footer", _hoisted_10, [_createElementVNode("button", { type: "button", class: "button", onClick: hide }, "关闭", 8, _hoisted_11), _createElementVNode("button", { type: "button", class: "button is-danger", onClick: submit }, "发送", 8, _hoisted_12)])])], 2)) } } }