📄️ KeepAlive
The component conditionally caches component instances while dynamically transitioning between them, preserving the component state. Learn how to use it effectively in your Vue applications.
📄️ Suspense
is a built-in component for managing asynchronous dependencies in a component tree, allowing for loading states during resolution. This guide explains its usage and functionality.
📄️ Teleport
is a built-in component that allows you to render a part of a components template outside of its DOM hierarchy. This article explores its usage, examples, and best practices.
📄️ Geçiş Grupları
is a built-in component designed to create animations for items or components added, removed, or reordered within a list. This guide covers its features, differences with , and practical examples.
📄️ Geçiş
Vue, geçişler ve animasyonlarla çalışmak için yerleşik bileşenler sunar. Bu belgede, geçişlerin nasıl kullanılacağını ve özelleştirileceğini öğreneceksiniz.