@nextcloud/vue
Version:
Nextcloud vue components
16 lines (15 loc) • 792 B
JavaScript
import "../assets/index19.css";
import { n as u } from "../chunks/_plugin-vue2_normalizer-5b4c43a4.mjs";
const l = { name: "NcCounterBubble", props: { type: { type: String, default: "", validator(t) {
return ["highlighted", "outlined", ""].indexOf(t) !== -1;
} }, active: { type: Boolean, default: !1 } }, computed: { counterClassObject() {
return { "counter-bubble__counter--highlighted": this.type === "highlighted", "counter-bubble__counter--outlined": this.type === "outlined", active: this.active };
} } };
var n = function() {
var t = this, e = t._self._c;
return e("div", { staticClass: "counter-bubble__counter", class: t.counterClassObject }, [t._t("default")], 2);
}, o = [], r = u(l, n, o, !1, null, "d96bcd79", null, null);
const a = r.exports;
export {
a as default
};