File tree
4 files changed
+7
-1
lines changed- vue-src
- compiler
- codegen
- core/vdom
4 files changed
+7
-1
lines changedDiff for: vue-src/compiler/codegen/index.js
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
|
Diff for: vue-src/compiler/optimizer.js
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
| 34 | + | |
33 | 35 |
| |
34 | 36 |
| |
35 | 37 |
| |
|
Diff for: vue-src/core/vdom/create-element.js
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
|
Diff for: vue-src/shared/util.js
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
211 | 211 |
| |
212 | 212 |
| |
213 | 213 |
| |
| 214 | + | |
214 | 215 |
| |
215 | 216 |
| |
216 | 217 |
| |
| |||
249 | 250 |
| |
250 | 251 |
| |
251 | 252 |
| |
| 253 | + | |
252 | 254 |
| |
253 | 255 |
| |
254 | 256 |
| |
| |||
266 | 268 |
| |
267 | 269 |
| |
268 | 270 |
| |
| 271 | + | |
269 | 272 |
| |
270 | 273 |
| |
271 | 274 |
| |
|
0 commit comments