UNPKG

@mee4dy/crud

Version:

Create a backend and frontend in 5 minutes! With our powerful full stack crud system, customize it to suit you.

36 lines (35 loc) 598 B
import s from "../../../../_virtual/_plugin-vue2_normalizer.js"; const n = { props: { icon: { type: String }, size: { type: Number | String, default: 18 } }, computed: { style() { return { "font-size": `${this.size}px` }; } } }; var r = function() { var e = this, t = e._self._c; return t("span", { staticClass: "crud-ui-mdi mdi", class: e.icon, style: e.style }); }, i = [], o = /* @__PURE__ */ s( n, r, i, !1, null, null ); const l = o.exports; export { l as default }; //# sourceMappingURL=Index.vue.js.map