Skip to content

Commit 578d65d

Browse files
committed
fix (#162): incorrect comment type
1 parent 5d09e74 commit 578d65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/fragments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In Vue 3, components now have official support for multi-root node components, i
99
In 2.x, multi-root components were not supported and would emit a warning when a user accidentally created one. As a result, many components are wrapped in a single `<div>` in order to fix this error.
1010

1111
```html
12-
// Layout.vue
12+
<!-- Layout.vue -->
1313
<template>
1414
<div>
1515
<header>...</header>

0 commit comments

Comments
 (0)