You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @shershen08 , this is a good module and I really appreciate your good work.
I think this module can be further improved with passing masonry options with vue directive binding. With the current implementation, options passed into masonry can only be interpreted as strings (e.g. setting :gutter="10" on the template will not work since it's interpreted as '10' but not 10).
I've forked your repo into my own repository and probably figured out how to achieve this. However, this will cause breaking changes in the original API, for example:
Hi @shershen08 , this is a good module and I really appreciate your good work.
I think this module can be further improved with passing masonry options with vue directive binding. With the current implementation, options passed into masonry can only be interpreted as strings (e.g. setting
:gutter="10"
on the template will not work since it's interpreted as'10'
but not10
).I've forked your repo into my own repository and probably figured out how to achieve this. However, this will cause breaking changes in the original API, for example:
How do you think? Thanks!
The text was updated successfully, but these errors were encountered: