提交 641519d9 编写于 作者: E Eduardo San Martin Morote 提交者: Evan You

docs(typo): cases (#15)

上级 21f9a94c
......@@ -123,7 +123,7 @@ Make sure a custom component's names either contains a hyphen or is in PascalCas
## Script & Style Hoisting
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.
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.
<p class="demo" :class="$style.example"></p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册