Skip to content

Commit 641519d

Browse files
posvayyx990803
authored andcommitted
docs(typo): cases (#15)
1 parent 21f9a94 commit 641519d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/using-vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Make sure a custom component's names either contains a hyphen or is in PascalCas
123123

124124
## Script & Style Hoisting
125125

126-
Sometimes you may need to apply some JavaScript or CSS only to the current page. In those case you can directly write root-level `<script>` or `<style>` blocks in the markdown file, and they will be hoisted out of the compiled HTML and used as the `<script>` and `<style>` blocks for the resulting Vue single-file component.
126+
Sometimes you may need to apply some JavaScript or CSS only to the current page. In those cases you can directly write root-level `<script>` or `<style>` blocks in the markdown file, and they will be hoisted out of the compiled HTML and used as the `<script>` and `<style>` blocks for the resulting Vue single-file component.
127127

128128
<p class="demo" :class="$style.example"></p>
129129

0 commit comments

Comments
 (0)