Kethan
Kethan
Thanks for answering. Firstly how to create custom events that can be called outside litedom scope? Eg. https://tencent.github.io/omi/site/docs/index.html#/event?index=1&subIndex=2
Oh ok that means litedom can only call it's scope functions not the outside of it's scope. Then how can I use a litedom component in vue or angular for...
Oh nice thanks for the resources.
Unable to dispatch custom event. https://jsfiddle.net/kethan/2cbjnuv5/4/
Still not working. Can you check and let me know?
The same similar code is working on other similar libraries
> In the fiddle you show, I get the following console error: > > ```js > TypeError: this.dispatchEvent is not a function > ``` > > I think `this` is...
Ques.2: Two-way data binding is not reflected on view on loading the page. https://jsfiddle.net/kethan/L0xz2q6d/2/