(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["2d0ab7e0"],{1605:function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("q-page",{attrs:{padding:""}},[t.newRouteOpen?n("q-card",[n("q-card-section",[n("div",{staticClass:"q-pa-md",staticStyle:{width:"100%"}},[n("q-input",{attrs:{outlined:"",type:"textarea"},model:{value:t.newTitle,callback:function(e){t.newTitle=e},expression:"newTitle"}})],1),n("q-btn",{attrs:{color:"primary",label:"Submit"},on:{click:function(e){return t.submitClick()}}}),n("q-btn",{attrs:{label:"Cancel"},on:{click:function(e){return t.cancelClick()}}})],1)],1):t._e(),t._l(t.routes,(function(e){return n("q-card",{key:e.id},[n("q-card-section",[t._v("\n "+t._s(e.title)+"\n ")])],1)})),n("q-page-sticky",{attrs:{position:"bottom-right",offset:[18,18]}},[t.newRouteOpen?t._e():n("q-btn",{attrs:{fab:"",icon:"add",color:"accent"},on:{click:function(e){t.newRouteOpen=!t.newRouteOpen}}})],1)],2)},o=[],c={name:"PageRoutes",created:function(){this.$store.dispatch("routes/getRoutes")},data:function(){return{newRouteOpen:!1,newTitle:""}},computed:{routes:{get:function(){return this.$store.state.routes.routes}}},methods:{cancelClick:function(){this.newRouteOpen=!this.newRouteOpen,this.newTitle=""},submitClick:function(){this.$store.dispatch("routes/createRoute",this.newTitle),this.newRouteOpen=!this.newRouteOpen,this.newTitle=""}}},s=c,a=n("2877"),u=n("fe09"),r=Object(a["a"])(s,i,o,!1,null,null,null);e["default"]=r.exports;r.options.components=Object.assign({QPage:u["n"],QCard:u["c"],QCardSection:u["d"],QInput:u["h"],QBtn:u["b"],QPageSticky:u["p"]},r.options.components||{})}}]);