From 114ac4203f23c934caaa8d6bf170af1d9f786a6f Mon Sep 17 00:00:00 2001 From: Andy Jiang Date: Mon, 13 Jan 2025 08:09:31 -0800 Subject: [PATCH] Update examples/tutorials/nuxt.md Co-authored-by: Phil Hawksworth --- examples/tutorials/nuxt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorials/nuxt.md b/examples/tutorials/nuxt.md index 041753f1..f1bed860 100644 --- a/examples/tutorials/nuxt.md +++ b/examples/tutorials/nuxt.md @@ -5,7 +5,7 @@ url: /examples/nuxt_tutorial/ [Nuxt](https://nuxt.com/) is a framework that provides an intuitive way to create full-stack applications based on [Vue](https://vuejs.org/). It offers -file-based routing, server-side rendering capabilities, and automatic code +file-based routing, a variety of rendering options, and automatic code splitting out of the box. With its modular architecture, Nuxt simplifies the development process by providing a structured approach to building Vue applications.