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
We typically use the object API for our TypeScript components, rather than classes / decorators, in case that's relevant.
But aside from that, could you possibly provide some before / after examples of what you'd be looking for in terms of the generated component code? i.e. what's not currently matching your expectations, & what the improvement would be?
And then if it's not possible to adjust that, we can definitely look into making the plugin configurable to turn off the component export; I haven't looked at the Zeplin plugins API in awhile, but I can't remember if it was possible to pass flags to plugins in the original implementation... 🤔
Hi, thanks for this plugin.
We are in typescript and we don't want to user decorator from 'vue-property-decorator'.
Did you tried with some typescript code ?
Is it possible to only disable the generated code and keep the component description ?
The text was updated successfully, but these errors were encountered: