(window.webpackJsonp=window.webpackJsonp||[]).push([[77],{1005:function(o,t,l){"use strict";l(881)},1084:function(o,t,l){"use strict";l.r(t);var n=l(157),e={name:"PageScrollToTop",props:{scrollBorder:{type:Number,default:600}},data:()=>({active:!1}),destroyed(){window.removeEventListener("scroll",this.handleScroll)},mounted(){window.addEventListener("scroll",this.handleScroll,{passive:!0}),this.handleScroll()},methods:{handleScroll:l.n(n)()((function(){this.active=window.scrollY>this.scrollBorder}),100),scrollToTop(){window.scrollTo({top:0,left:0,behavior:"smooth"})}}},r=(l(1005),l(15)),component=Object(r.a)(e,(function(){var o=this,t=o._self._c;return t("transition",{attrs:{name:"scroll-to-top--animation"}},[o.active?t("b-button",{staticClass:"scroll-to-top",attrs:{variant:"link"},on:{click:o.scrollToTop}}):o._e()],1)}),[],!1,null,null,null);t.default=component.exports},881:function(o,t,l){o.exports={}}}]);