diff --git a/docs/content/1.get-started/5.tips/7.mutation.md b/docs/content/1.get-started/5.tips/7.mutation.md index b2e04c5..910dc5f 100644 --- a/docs/content/1.get-started/5.tips/7.mutation.md +++ b/docs/content/1.get-started/5.tips/7.mutation.md @@ -10,17 +10,21 @@ The example below shows how you can use Nuxt's [`useNuxtData`](https://nuxt.com/ ``` ```vue [components/NewTodo.vue]