kodama-ui
Version:
Kodama UI is a Vue 3 component library that provides a set of components & funcionality to build your application.
49 lines (48 loc) • 1.13 kB
JavaScript
import { defineComponent as s, resolveComponent as n, openBlock as r, createElementBlock as a, createElementVNode as t, createVNode as o, createTextVNode as c } from "vue";
import { _ } from "./main-c452e5c1.mjs";
const l = s({
name: "KPublicFooter",
setup() {
return {};
}
});
const i = { class: "k-public-footer flex items-center text-sm dark:text-gray-200 font-semibold gap-6" }, p = {
href: "https://calltek.es/soporte",
target: "_blank"
}, d = {
href: "https://calltek.es/blog",
target: "_blank"
}, m = {
href: "mailto:soporte@calltek.es",
target: "_blank"
};
function f(k, b, h, u, g, x) {
const e = n("k-icon");
return r(), a("div", i, [
t("a", p, [
o(e, {
icon: "life-ring",
class: "mr-1"
}),
c(" Soporte ")
]),
t("a", d, [
o(e, {
icon: "blog",
class: "mr-1"
}),
c(" Noticias ")
]),
t("a", m, [
o(e, {
icon: "envelope",
class: "mr-1"
}),
c(" Contacto ")
])
]);
}
const $ = /* @__PURE__ */ _(l, [["render", f], ["__scopeId", "data-v-d3cabef7"]]);
export {
$ as K
};