Skip to content

Commit cb92b49

Browse files
committed
fix typo in the tutorial
1 parent 426e520 commit cb92b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tutorial/src/step-11/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Then, we can use the component in the template as:
4545
<div class="html">
4646

4747
```js
48-
import ChildComp from './ChildComp.vue'
48+
import ChildComp from './ChildComp.js'
4949

5050
createApp({
5151
components: {

0 commit comments

Comments
 (0)