A. 对 B. 错
A. B.
A. 直接在页面使用组件名称作为标签 B. Import 组件名,然后在页面使用组件名称作为标签 C. 在components对象内添加组件名称 D. Import组件名from组件地址,在components对象内添加组件名称,然后在页面使用组件名称作为标签