Skip to content

Commit 215a5d1

Browse files
committed
edit project structure
1 parent 0860cde commit 215a5d1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,13 @@ The default test script will do the following: lint with ESLint -> type check wi
106106

107107
- **`observer`**: contains code related to the reactivity system.
108108

109-
- **`vdom`**: contains code related to vdom patching. Note that `patch.js` exports a `createPatchFunction` function, and the browser-specific modules / node operations are injected in `platforms/web/runtime/patch.js`.
109+
- **`vdom`**: contains code related to vdom element creation and patching.
110+
111+
- **`instance`**: contains Vue instance constructor and prototype methods.
112+
113+
- `**global-api`**: as the name suggests.
114+
115+
- `**components`**: universal abstract components. Currently `keep-alive` is the only one.
110116

111117
- **`server`**: contains code related to server-side rendering.
112118

0 commit comments

Comments
 (0)