BioSTEAMDevelopmentGroup / biosteam-web

BioSTEAM's webapp counterpart
MIT License
3 stars 0 forks source link

Find new solution to AtomButton scrollto() method #14

Closed kgukevin closed 2 years ago

kgukevin commented 2 years ago

This is very bad. image Possible solution: use $emit again and write click function in parent vue. Current implementation is because scroll button issues began with vue initialization order (object passed down through html not initialized until after passed down... if that even makes sense)

kgukevin commented 2 years ago

Very bad because it breaks encapsulation (trying to follow OOP as much as possible)