Vue SFC Improvements

This PR includes 3 RFCs related to improving the authoring experience of Vue SFCs (Single File Components):
<component> Import Sugar
<component src="./Foo.vue"/>
<component… Read more

Similar