@hulkapps/app-manager-vue 2.3.0 → 2.3.1

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.
@@ -22033,6 +22033,10 @@ axios_1.default = _default;var axios = axios_1;var script$R = {
22033
22033
  default: function _default() {
22034
22034
  return 'header';
22035
22035
  }
22036
+ },
22037
+ base_url: {
22038
+ type: String,
22039
+ default: null
22036
22040
  }
22037
22041
  },
22038
22042
  data: function data() {
@@ -22097,6 +22101,14 @@ axios_1.default = _default;var axios = axios_1;var script$R = {
22097
22101
  }
22098
22102
  }, _callee);
22099
22103
  }))();
22104
+ },
22105
+ created: function created() {
22106
+ if (this.base_url != null) {
22107
+ var config = {
22108
+ baseUrl: this.base_url
22109
+ };
22110
+ install(Vue__default["default"], config);
22111
+ }
22100
22112
  }
22101
22113
  };/* script */
22102
22114
  var __vue_script__$R = script$R;
@@ -22136,10 +22148,10 @@ var __vue_staticRenderFns__$P = [];
22136
22148
  var __vue_inject_styles__$R = undefined;
22137
22149
  /* scoped */
22138
22150
 
22139
- var __vue_scope_id__$R = "data-v-f6317514";
22151
+ var __vue_scope_id__$R = "data-v-d8ccb5a2";
22140
22152
  /* module identifier */
22141
22153
 
22142
- var __vue_module_identifier__$R = "data-v-f6317514";
22154
+ var __vue_module_identifier__$R = "data-v-d8ccb5a2";
22143
22155
  /* functional template */
22144
22156
 
22145
22157
  var __vue_is_functional_template__$R = false;
@@ -41832,6 +41844,10 @@ var script = {
41832
41844
  group_plan: {
41833
41845
  type: Boolean,
41834
41846
  default: false
41847
+ },
41848
+ base_url: {
41849
+ type: String,
41850
+ default: null
41835
41851
  }
41836
41852
  },
41837
41853
  methods: {
@@ -41839,6 +41855,14 @@ var script = {
41839
41855
  this.$emit('handlePlanSelect', payload);
41840
41856
  this.$emit('handle-plan-select', payload);
41841
41857
  }
41858
+ },
41859
+ created: function created() {
41860
+ if (this.base_url != null) {
41861
+ var config = {
41862
+ baseUrl: this.base_url
41863
+ };
41864
+ install(Vue__default["default"], config);
41865
+ }
41842
41866
  }
41843
41867
  };/* script */
41844
41868
  var __vue_script__ = script;
@@ -41874,10 +41898,10 @@ var __vue_staticRenderFns__ = [];
41874
41898
  var __vue_inject_styles__ = undefined;
41875
41899
  /* scoped */
41876
41900
 
41877
- var __vue_scope_id__ = "data-v-18bba6c8";
41901
+ var __vue_scope_id__ = "data-v-51017144";
41878
41902
  /* module identifier */
41879
41903
 
41880
- var __vue_module_identifier__ = "data-v-18bba6c8";
41904
+ var __vue_module_identifier__ = "data-v-51017144";
41881
41905
  /* functional template */
41882
41906
 
41883
41907
  var __vue_is_functional_template__ = false;
@@ -1,4 +1,4 @@
1
- /*! PolarisVue v2.3.0 | MIT License | github.com/hulkapps/polaris-vue */
1
+ /*! PolarisVue v2.3.1 | MIT License | github.com/hulkapps/polaris-vue */
2
2
  @charset "UTF-8";
3
3
  .app-manager {
4
4
  /*---------- Variable for basic ----------;*/