Vue Built-in Elements


Vue has a set of built-in elements.

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

Copyright 1999-2023 by Refsnes Data. All Rights Reserved.