Matthew Gadd
Matthew Gadd
@xiaohulu correct me if i'm wrong but I do not believe Vue directives apply to components; they only apply to html elements. I'm not entirely sure what in your example...
@xiaohulu I think it might be problematic for an external directive to be able to work on the internal nodes of a widget implementation, especially generically; I presume this is...
@xiaohulu is it okay if we can keep this open? we're open to proposals on this đź‘Ť .
@agubler it would be nice to support this with the hash adapter too if possible (even though it would look weird) `#foo/bar/baz#element-to-scroll-to`
I think this issue maps pretty similarly to https://github.com/dojo/framework/issues/253#issuecomment-464016705. Widgets have no concept of getters as it's the opposite direction in data flow (it's why you never see a readonly...
@vogloblinsky sorry for the delayed reply. we will issue a CHANGELOG file sometime in the future i think đź‘Ť
@vogloblinsky going to leave open to track if thats okay?
@mwistrand I'm all for this đź‘Ť a few comments: * i'm not sure how much work it would be to transform all the existing api's to the native counterparts with...
@mwistrand as I said I’d like to see what bundle size reductions we’d actually gain by pre-compiling in the first place. If it’s not absolutely significant i wouldn’t want to...
On the legacy globalize api’s, if we can’t manage to transform them at runtime it’s even more unlikely we’ll be able to transform them statically via cli-upgrade-app, which may be...