ivue-material-plus
Version:
A high quality UI components Library with Vue.js
18 lines (15 loc) • 784 B
JavaScript
import _sfc_main from './form.vue_vue_type_script_lang.mjs';
import { openBlock, createElementBlock, normalizeClass, withModifiers, renderSlot } from 'vue';
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock("form", {
class: normalizeClass(_ctx.wrapperClasses),
onSubmit: _cache[0] || (_cache[0] = withModifiers(() => {
}, ["prevent"]))
}, [
renderSlot(_ctx.$slots, "default")
], 34);
}
var Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:\\louise\\person\\project\\GitHub\\ivue-ui-plus\\src\\components\\ivue-form\\form.vue"]]);
export { Form as default };
//# sourceMappingURL=form.mjs.map