This PR aims to adjust the BasePriceFilterLabel component to new Vue 3 render function API. Previously was posible to use a string with the component name to be render but now it is mandatory to use the component itself.
Type of change
[ ] Bug fix (non-breaking change that fixes an issue)
[x] New feature (non-breaking change that adds functionality)
[ ] Breaking change (fix or feature that causes existing functionality to not work as expected)
This PR aims to adjust the BasePriceFilterLabel component to new Vue 3 render function API. Previously was posible to use a string with the component name to be render but now it is mandatory to use the component itself.
Type of change
What is the destination branch of this PR?
Main