Skip to content

Commit

Permalink
Merge pull request #184 from HeavenOSK/fix/add-missing-packages
Browse files Browse the repository at this point in the history
Fix the file path in the code snippet
  • Loading branch information
Ubugeeei committed Dec 16, 2023
2 parents 07b2e11 + fa347a4 commit ed1835f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ https://github.com/vuejs/core/tree/main/packages/runtime-dom/src/modules

```sh
pwd # ~
touch runtime-dom/patchProp.ts
touch packages/runtime-dom/patchProp.ts
```

`runtime-dom/patchProp.ts` の内容
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ First, let's create the framework.

```sh
pwd # ~
touch runtime-dom/patchProp.ts
touch packages/runtime-dom/patchProp.ts
```

Contents of `runtime-dom/patchProp.ts`
Expand Down

0 comments on commit ed1835f

Please sign in to comment.