Skip to content

Commit 48dbdb4

Browse files
authored
Docs: scoped uses data attribtute (fix vuejs#419)
1 parent 9e757ac commit 48dbdb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/en/features/scoped-css.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ Into the following:
1818

1919
``` html
2020
<style>
21-
.example[_v-f3f3eg9] {
21+
.example[data-v-f3f3eg9] {
2222
color: red;
2323
}
2424
</style>
2525

2626
<template>
27-
<div class="example" _v-f3f3eg9>hi</div>
27+
<div class="example" data-v-f3f3eg9>hi</div>
2828
</template>
2929
```
3030

0 commit comments

Comments
 (0)