docs: fix transition wording to include layouts (#8600)

This commit is contained in:
Rajendra 2022-11-02 14:32:50 +05:30 committed by GitHub
parent 28ffb7fea0
commit 1a6eb3e3f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ export default defineNuxtConfig({
})
```
To start adding transition between your pages, add the following CSS to your [`app.vue`](/guide/directory-structure/app):
To start adding transition between your pages and layouts, add the following CSS to your [`app.vue`](/guide/directory-structure/app):
::code-group