@hulkapps/app-manager-vue 2.3.1 → 2.3.4

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.
package/README.md CHANGED
@@ -25,8 +25,8 @@ Vue.use(AppManager);
25
25
  ```vue
26
26
  <Banners type="header" />
27
27
  <Banners type="footer" />
28
- <AppManagerPlan @handlePlanSelect="handlePlanSelectListener" :shop_domain="shop_domain" />
29
- <AppManagerSliderPlan @handlePlanSelect="handlePlanSelectListener" :shop_domain="shop_domain" />
28
+ <AppManagerPlan @handlePlanSelect="handlePlanSelectListener" :shop_domain="shop_domain" :translations="translations"/>
29
+ <AppManagerSliderPlan @handlePlanSelect="handlePlanSelectListener" :shop_domain="shop_domain" :translations="translations"/>
30
30
  ```
31
31
  The AppManagerPlan component requires a Shop Domain
32
32
 
@@ -40,7 +40,7 @@ The AppManagerPlan component requires a Shop Domain
40
40
 
41
41
  <div id="app" class="app-manager">
42
42
  <Banners type="header" />
43
- <app-manager-plan shop_domain="<%= @store.shopify_domain %>" />
43
+ <app-manager-plan translations="<%= @store.translations %>" shop_domain="<%= @store.shopify_domain %>" />
44
44
  </div>
45
45
 
46
46
  <script>