自定义组件(Component)能不能像模板(template)一样使用?发布于 8 年前作者 mluo17807 次浏览最后编辑 8 年前来自 ask比如,我有一个组件叫 component-a,那我可以用<component is=“component-a”></component>来使用吗?