mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-15 02:14:44 +00:00
1a7b570c82
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
14 lines
384 B
Markdown
14 lines
384 B
Markdown
---
|
|
template: Example
|
|
---
|
|
|
|
# Reactivity Transform
|
|
|
|
This example demonstrates the support of Reactivity transform in Nuxt 3.
|
|
|
|
::alert{type=info icon=👉}
|
|
Learn more about [Reactivity transform](https://vuejs.org/guide/extras/reactivity-transform.html) on the Vue docs.
|
|
::
|
|
|
|
::sandbox{repo="nuxt/framework" branch="main" dir="examples/experimental/reactivity-transform" file="app.vue"}
|