mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 09:03:53 +00:00
9a0fc57724
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> Co-authored-by: pooya parsa <pyapar@gmail.com>
13 lines
345 B
Markdown
13 lines
345 B
Markdown
---
|
|
template: Example
|
|
---
|
|
|
|
# Reactivity Transform
|
|
|
|
This example demonstrates the support of Reactivity transform in Nuxt 3.
|
|
|
|
::ReadMore{link="https://vuejs.org/guide/extras/reactivity-transform.html" title="Reactivity transform"}
|
|
::
|
|
|
|
::sandbox{repo="nuxt/framework" branch="main" dir="examples/experimental/reactivity-transform" file="app.vue"}
|