From 4c8ad5068bfe1e99dd51002f9c0f0dcbd308a506 Mon Sep 17 00:00:00 2001 From: Shubham Mehrotra Date: Fri, 3 Apr 2020 17:41:27 +0530 Subject: [PATCH] category call get products method --- .../Velocity/src/Resources/views/shop/products/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/products/index.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/products/index.blade.php index 7e15a2e63..eab0e946d 100755 --- a/packages/Webkul/Velocity/src/Resources/views/shop/products/index.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/products/index.blade.php @@ -144,7 +144,7 @@ }, created: function () { - // this.getCategoryProducts(); + this.getCategoryProducts(); }, methods: {