From 4f7e6025c68914f959ee619f836fc05aa5b5a429 Mon Sep 17 00:00:00 2001 From: Naoki Endoh Date: Tue, 4 May 2021 19:21:13 +0900 Subject: [PATCH 1/8] fix: casing on npm https://github.com/vuejs/docs-next/commit/8c8d85aaab77ae174cdbbc14c0c3a57aadf51598#diff-7d4d6d18bce98fb202b53d0597ea1e4a7ba7f467b9db5a86e4c25d8d59fc7fe0 --- src/guide/single-file-component.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guide/single-file-component.md b/src/guide/single-file-component.md index 7bbd6a43..3b65e726 100644 --- a/src/guide/single-file-component.md +++ b/src/guide/single-file-component.md @@ -35,7 +35,7 @@ 単一ファイルコンポーネントのアイディアが好きではなくても、JavaScript と CSS を別々ファイルに分けることによってホットリロードとプリコンパイル機能を活用することができます: -``` html +```html