Vue 内置元素


Vue 有一组内置元素。

Element 描述
<component> 创建动态组件
<slot> 创建一个插槽,子组件可以在其中接收来自父组件的内容
<template> 为内容创建占位符而不自行渲染