@mee4dy/crud
Version:
Create a backend and frontend in 5 minutes! With our powerful full stack crud system, customize it to suit you.
32 lines (31 loc) • 680 B
JavaScript
/* empty css */
import r from "../../../../../_virtual/_plugin-vue2_normalizer.js";
const s = {
props: {
data: {
type: Object
}
},
computed: {
link() {
const a = this.data.value;
return a.startsWith("http") ? a : `https://${a}`;
}
}
};
var n = function() {
var t = this, e = t._self._c;
return e("div", { staticClass: "crud-ui-table-td-link" }, [e("a", { staticClass: "overflow-auto", attrs: { href: t.link, target: "_blank" } }, [t._v(t._s(t.data.value))])]);
}, o = [], i = /* @__PURE__ */ r(
s,
n,
o,
!1,
null,
"ab2e8675"
);
const c = i.exports;
export {
c as default
};
//# sourceMappingURL=Link.vue.js.map