Skip to content

Commit d6c9768

Browse files
committed
readme
1 parent b80b93a commit d6c9768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ For more details, see the respective documentations for [vue-html-loader](https:
121121
When a `<style>` tag has the `scoped` attribute, its CSS will apply to elements of the current component only. This is similar to the style encapsulation found in Shadow DOM, but doesn't require any polyfills. It is achieved by transforming the following:
122122

123123
``` html
124-
<style>
124+
<style scoped>
125125
.example {
126126
color: red;
127127
}

0 commit comments

Comments
 (0)