vue-form-kit
Version:
  
38 lines (37 loc) • 869 B
JavaScript
import { ref as c, openBlock as n, createElementBlock as o, createTextVNode as i, toDisplayString as r, createCommentVNode as l } from "vue";
import { _ as f } from "./_plugin-vue_export-helper.9d74fd37.js";
const p = {
name: "FrontVersion",
props: {
v: {
type: String,
default: "0.0.0"
},
frontV: {
type: String,
default: null
},
sronly: {
type: String,
default: ""
}
},
setup(t) {
return { packageVersion: c(t.frontV || process.env.PACKAGE_VERSION) };
}
}, _ = ["title"], d = {
key: 0,
class: "sr-only"
};
function u(t, s, e, a, V, m) {
return n(), o("a", {
title: "front" + a.packageVersion
}, [
i(" v" + r(e.v) + " ", 1),
e.sronly ? (n(), o("span", d, r(e.sronly), 1)) : l("", !0)
], 8, _);
}
const k = /* @__PURE__ */ f(p, [["render", u]]);
export {
k as default
};