0๐
// myComponent.js
...
const fnFilterOptions = Shopware.Component.getComponentRegistry().get('sw-product-list').computed.listFilterOptions;
const filters = fnFilterOptions.call(this)
...
- [Vuejs]-How can I select the input value after clicking on a button?
- [Vuejs]-How to fetch data before fetching other data Vue 3
Source:stackexchange.com