Vue.component("http-stat-config-box", { props: ["v-stat-config", "v-is-location"], data: function () { let stat = this.vStatConfig if (stat == null) { stat = { isPrior: false, isOn: false } } return { stat: stat } }, template: `