vue项目,在template中写了个component,是什么用法?

<template>
        <component :is="xxx"/>    
</template> 

这是什么用法?

阅读 1.3k
推荐问题