-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcf65955f0b3eec8bd93f.js
2 lines (2 loc) · 1.11 KB
/
cf65955f0b3eec8bd93f.js
1
2
(window.webpackJsonp=window.webpackJsonp||[]).push([[21],{163:function(t,e,n){},217:function(t,e,n){"use strict";var o=n(163);n.n(o).a},221:function(t,e,n){"use strict";n.r(e);n(102);var o={name:"TimeslotRow",components:{EventItem:function(){return n.e(18).then(n.bind(null,225))}},props:{timeslot:{type:Object,required:!0}},computed:{hour:function(){return this.timeslot.startTime.split(":")[0]},minute:function(){return this.timeslot.startTime.split(":")[1]}}},l=(n(217),n(17)),component=Object(l.a)(o,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"timeslotRow is-flex"},[n("span",{staticClass:"timeslotRow__time"},[n("span",[n("span",{staticClass:"timeslotRow__time__hour"},[t._v("\n "+t._s(t.hour)+"\n ")]),t._v(" "),n("span",{staticClass:"timeslotRow__time__minute"},[t._v("\n "+t._s(t.minute)+"\n ")])])]),t._v(" "),n("div",{staticClass:"timeslotRow__events is-flex"},t._l(t.timeslot.events,function(t){return n("event-item",{key:t.internal,attrs:{event:t}})}),1)])},[],!1,null,null,null);e.default=component.exports}}]);
//# sourceMappingURL=cf65955f0b3eec8bd93f.js.map