renusify 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -66,7 +66,8 @@ export default {
66
66
  modelValue: [String, Number],
67
67
  autofocus: Boolean,
68
68
  noOverlay: Boolean,
69
- openToTop: Boolean
69
+ openToTop: Boolean,
70
+ headers: Object
70
71
  },
71
72
 
72
73
  data() {
@@ -95,7 +96,8 @@ export default {
95
96
  this.$axios.get(this.url, {
96
97
  params: {
97
98
  [this.query]: this.lazyValue
98
- }
99
+ },
100
+ headers: this.headers
99
101
  }).then(({data}) => {
100
102
  this.list = data
101
103
  this.loading = false