empathyco / x

Commerce Search & Discovery frontend web components
Apache License 2.0
80 stars 21 forks source link

fix: adjust to vue 3 render function API #1596

Closed diegopf closed 2 months ago

diegopf commented 2 months ago

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?