Vue 内置元素


Vue 有一组内置元素。

Element Description
<component> Creates a dynamic component
<slot> Creates a slot where the child component can receive content from the parent
<template> Creates a placeholder for content without being rendered itself