Evan You
fb760b7e74
add chinese note in issue template
8 years ago
杨柳岸
da1fc3ddc9
improve: add missing html and svg tag ( #5688 )
* imporve: add missing html and svg tag
* reivew
* fix: review
8 years ago
Chris Nicola
11b7d5dff2
Add handleError during event handling ( #5709 )
* Add handleError during event handling
Currently handleError is used to handle errors during lifecycle hooks.
This commit adds this functionality in to the event handling for
consistency.
* style tweak
8 years ago
Maciej Kasprzyk
b182ac4069
Warn when a inject has been not provided ( #5681 )
* warn when a inject has been not provided
* typo
* typo
* fix when undefined is provided
* use util hasOwn
* refactor
* test case
* Revert "test case"
This reverts commit 08f0a8b6c3837fc34ddd264712b8c30a05c165e5.
* test case
8 years ago
AchillesJ
e274c96881
callUpdateHooks --> callUpdatedHooks ( #5734 )
8 years ago
Shyam Chen
0cc0b0726d
feat: add .editorconfig ( #5691 )
8 years ago
katashin
e6de9a5de2
Add types for vue-server-renderer ( fix #5772 ) ( #5775 )
* add types for vue-server-renderer
* add a new line to the end of files
* make RenderCallback's err to be nullable
* fix the server side directive types
* make stricter the types of the server bundle and the client manifest
8 years ago
Evan You
d333a498e9
simplify v-model assignment gen + support adding reactive field when using dynamic segments
8 years ago
Evan You
7f7bf91d3f
style tweak
8 years ago
Evan You
b5e4a22a8d
refined async hydration + tests
8 years ago
Evan You
8262edcd22
test for ssr rendering async components
8 years ago
Evan You
9cf6646f46
support directly rendering async components in SSR
8 years ago
Evan You
7404091896
support async hydration
8 years ago
Sébastien Chopin
f3757eb37b
feat: Add `defer` to body scripts ( #5704 )
* fix: prefetch should not have `as` attribute
* feat: Add `async` to body script tags
* Use defer instead of async
* Use defer instead of async
8 years ago
Brian Douglas
05195b8625
Move link to docs under it's own heading ( #5720 )
8 years ago
薛定谔的猫
0cd7058a7f
Update index.js ( #5711 )
del unused argument.
8 years ago
Evan You
43485fbc5b
Merge branch 'ssr-optimize' into dev
8 years ago
Evan You
f061d802d3
fix v-if false rendering
8 years ago
Evan You
55d8bfd6fd
support scopeId
8 years ago
Evan You
66387a4639
fix enumerated/boolean attr
8 years ago
Evan You
41acdc0ff1
fix v-html/v-text on root element
8 years ago
Evan You
2f4ad14d9f
test template v-if/v-for
8 years ago
Evan You
ac0e1687f3
optimize siblings
8 years ago
Evan You
7a82b64423
revert to original bench code
8 years ago
Evan You
24bde02e5b
fix ssrNode children normalization
8 years ago
Evan You
bdd3f5d05d
handle template tags
8 years ago
Evan You
03e95d772d
tweak genIf
8 years ago
Evan You
5339426ff6
optimize class rendering
8 years ago
Evan You
9084e8582c
use cached escape
8 years ago
Evan You
5519c5beb0
handle styles
8 years ago
Evan You
c0b9b6d830
use cheaper escape
8 years ago
Evan You
36bdf48550
handle dynamic class
8 years ago
Evan You
60cf3b8e00
progress
8 years ago
Evan You
f63505948c
handle v-html/v-text
8 years ago
Evan You
fdb60065af
avoid generating empty ssrNode
8 years ago
Evan You
7cf1e654a6
fix root node optimizability
8 years ago
Evan You
9fbca0dc79
remove unused, fix type
8 years ago
Evan You
5b58526a52
it actually works
8 years ago
Evan You
8efa3a2b22
it renders!
8 years ago
Evan You
08f843f201
progress
8 years ago
Evan You
852ae102d4
progress
8 years ago
Sébastien Chopin
ebca266d10
fix: prefetch should not have `as` attribute ( #5683 )
8 years ago
Evan You
85e24b3b31
progress
8 years ago
laoxiong
34bc14e767
improve:readability of updateChildren ( #5670 )
8 years ago
Tim Benniks
3cda98a541
Added picture to isHTMLTag map ( #5675 )
This change will make sure the below error is not seen while unit testing components using <picture> in their template.
[Vue warn]: Unknown custom element: <picture> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
8 years ago
Evan You
a00e4d3cbf
progress
8 years ago
Evan You
26953f5cac
add semis to flow decls for better syntax highlighting
8 years ago
Evan You
303780acd2
make function compilation reusable
8 years ago
Evan You
4461b4c399
rename entries
8 years ago
Evan You
af12d3ff7f
progress
8 years ago