LucasBerger
LucasBerger
Alright I played around with the event bus a bit and the only problem I noticed is that the events have to have unique names. Is there a simple way...
Hey, don't know if that helps but a coworker of mine added i18next with a mixin that he then installed in Vue: i18next-mixin.ts: ``` import _Vue from 'vue' import i18next...
@nedbat Your Script helped me out really well. Would be nice to be able to ignore those lines found all together and mark them as "not executable". In my Django...