返回列表 发帖

#is

预期:string | Object (component’s options object)
使用动态组件。

例如:

<!-- component changes when currentView changes -->
<component :is="currentView"></component>
更多的使用细节,请移步至下面的链接。

参考
动态组件
DOM 模板解析说明

返回列表