Skip to content

Commit 24954dd

Browse files
committed
fix: change the language on some code blocks to match the code
vuejs/docs@0391e2e#diff-49a42eb1529a6cd9491644a7bd350e66377170aa56e92a88513c9f864531b199
1 parent e080d2c commit 24954dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/inline-template-attribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Vue 2.x では子コンポーネントの内部のコンテンツを分散コン
3434

3535
このような場合の最も簡単な回避策は、`<script>` を代替として使うことです:
3636

37-
```js
37+
```html
3838
<script type="text/html" id="my-comp-template">
3939
<div>{{ hello }}</div>
4040
</script>

0 commit comments

Comments
 (0)