Evan You
|
b31dd7468b
|
dx(reactivity): disable recursive computed warning by default
Now can be enabled with app.config.warnRecursiveComputed option.
close #10341
|
2024-02-25 20:38:33 +08:00 |
Evan You
|
2fd3905738
|
revert: "dx(computed): warn incorrect use of getCurrentInstance inside computed"
This reverts commit 324e817ef8 .
|
2024-01-09 16:37:50 +08:00 |
Evan You
|
324e817ef8
|
dx(computed): warn incorrect use of getCurrentInstance inside computed
ref #9974
close #10001
|
2024-01-08 18:12:40 +08:00 |
三咲智子 Kevin Deng
|
bfe6b459d3
|
style: update format & lint config (#9162)
Co-authored-by: 丶远方 <yangpanteng@gmail.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Co-authored-by: Guo Xingjun <99574369+Plumbiu@users.noreply.github.com>
|
2023-12-26 19:39:47 +08:00 |
丶远方
|
3798c5480b
|
chore: remove unnecessary type assertions (#8311)
|
2023-05-19 07:49:28 +08:00 |
Evan You
|
f4f0966b33
|
fix(ssr): make computed inactive during ssr, fix memory leak
fix #5208
|
2022-01-16 18:22:18 +08:00 |
Anthony Fu
|
f5617fc3bb
|
feat(reactivity): new effectScope API (#2195)
|
2021-07-16 14:30:49 -04:00 |
Evan You
|
112d8f7d86
|
refactor: use explicit exports for runtime-core
|
2020-02-14 00:13:54 -05:00 |