vuejs / rfcs

RFCs for substantial changes / feature additions to Vue core
4.85k stars 551 forks source link

Expose API for component to explicitly define public interface #343

Closed yyx990803 closed 3 years ago

yyx990803 commented 3 years ago

Summary

Provide the ability for components to control what is publicly exposed on its component instance. This proposal unifies #135 and #210 with additional details.

Links