@mee4dy/crud
Version:
Create a backend and frontend in 5 minutes! With our powerful full stack crud system, customize it to suit you.
29 lines (28 loc) • 822 B
JavaScript
import s from "../Btn/Index.vue.js";
import "./Actions.vue2.js";
import i from "../../../../_virtual/_plugin-vue2_normalizer.js";
const r = {
components: {
"ui-btn": s
}
};
var c = function() {
var t = this, n = t._self._c;
return n("div", { staticClass: "crud-ui-panel-actions" }, [n("ui-btn", { staticClass: "mr-2", attrs: { icon: "mdi-sync", size: "sm", type: "submit" }, on: { click: function(e) {
return t.$emit("refresh");
} } }, [t._v("Применить")]), n("ui-btn", { staticClass: "mr-2", attrs: { icon: "mdi-close", size: "sm" }, on: { click: function(e) {
return t.$emit("reset");
} } }, [t._v("Сброс")])], 1);
}, o = [], a = /* @__PURE__ */ i(
r,
c,
o,
!1,
null,
"bdc2ae25"
);
const f = a.exports;
export {
f as default
};
//# sourceMappingURL=Actions.vue.js.map