id == this.$route.query.id
//id точно number и this.$route.query.id тоже должно считаться number, но почему-то это не так...This condition will always return 'false' since the types 'number' and 'LocationQueryValue | LocationQueryValue[]' have no overlap.