component 和components

component是注册全局组件,在实例化VUE前调用,注册后可以全局使用

components是局部组件,注册后只能局部调用

猜你喜欢

转载自www.cnblogs.com/doudou-123/p/12642106.html