mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-16 19:04:48 +00:00
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"}
|