UNPKG

@dialpad/dialtone

Version:

Dialpad's Dialtone design system monorepo

29 lines (28 loc) 705 B
import { n } from "../../_plugin-vue2_normalizer-DSLOjnn3.js"; import t from "../radio/radio.js"; const o = { name: "RadiosDecorator", components: { DtRadio: t }, created() { this.options = [ { label: "Apple", value: "apple" }, { label: "Banana", value: "banana" }, { label: "Other", value: "other" } ]; } }; var s = function() { var a = this, e = a._self._c; return e("div", a._l(a.options, function(r) { return e("dt-radio", { key: r.value, attrs: { value: r.value } }, [e("span", [a._v(a._s(r.label))])]); }), 1); }, l = [], _ = /* @__PURE__ */ n( o, s, l ); const d = _.exports; export { d as default }; //# sourceMappingURL=radios-decorator.js.map