You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,13 @@ The default test script will do the following: lint with ESLint -> type check wi
106
106
107
107
-**`observer`**: contains code related to the reactivity system.
108
108
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.
110
116
111
117
-**`server`**: contains code related to server-side rendering.
0 commit comments