0👍
There is no possibility to work with customEvents e.g. that are thrown from Plugin 1 and Plugin 2 is hearing on that? So you do not need an "hard" overwrite? You just pass the data you need to the event and Plugin 2 is doing the stuff it needs to do.
- [Vuejs]-Retrieve wordpress user meta using rest API using vue
- [Vuejs]-Having difficulty in vue.js with vue3-easy-data-table
0👍
We have the same problem and saw that there is a possibility to set a overrideIndex. We set it to a high value and it seems that this will always push your plugin to the end of the chain.
But i think this is a dirty way. I wonder how it is possible to get a global working solution to extend plugins for all developers.
- [Vuejs]-How to load a GLTF 3D object from a public cloud server in a Vue.js application?
- [Vuejs]-How to transfer props together with router-link
Source:stackexchange.com