mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: fix typo (#23656)
This commit is contained in:
parent
458acbb8e1
commit
1d43cdc908
@ -338,7 +338,7 @@ const color = ref("red")
|
|||||||
|
|
||||||
### Scoped Styles
|
### Scoped Styles
|
||||||
|
|
||||||
The scoped attribute allows you to style component in insolation. The styles declared with this attribute will only apply to this component.
|
The scoped attribute allows you to style components in isolation. The styles declared with this attribute will only apply to this component.
|
||||||
|
|
||||||
```vue
|
```vue
|
||||||
<template>
|
<template>
|
||||||
|
Loading…
Reference in New Issue
Block a user