Evan You
|
5594a7cd3d
|
tests for v-bind object
|
9 years ago |
Evan You
|
7ac7cae195
|
add error handling for srr
|
9 years ago |
Blake Newman
|
9b59ccc6b4
|
Fix issue with renderToString stack length overflowing (#2840)
* Fix issue with renderToString stack length overflowing
* SSR renderToString asyncronous callback
|
9 years ago |
Blake Newman
|
35440d9856
|
SSR warn for no VUE_ENV and add tests (#2844)
- Added test coverage for data observation and VUE environment variable
- Moved Test helpers into own folder for reusability
|
9 years ago |
Evan You
|
76d06ba422
|
implement $isServer and ssr observation skipping via env variables
|
9 years ago |
Evan You
|
498448284a
|
tweak ssr async resolve, revert $forceUpdate change
|
9 years ago |
Evan You
|
be2e79df27
|
fix ssr tests
|
9 years ago |
Evan You
|
5fb1a549d2
|
make attr behavior more consistent + fix tests
|
9 years ago |
Takuya Tejima
|
ae78813606
|
[Vue 2.0] Fix BooleanAttr & EnumeratedAttr serialization (#2810)
* fix attr serialization
* Add attribute test cases
|
9 years ago |
Blake Newman
|
a233e4dbfa
|
improved SSR rendering
- Reduced duplicated code
- Added more test coverage
- Added syncronous component resolving support
- Fixed component lifecycle
- Added raw render method, to allow custom streaming possibilities
|
9 years ago |
Takuya Tejima
|
49d5f2f393
|
Suppress a warning 'Unknown custom element' with SSR <img> tag
|
9 years ago |
Evan You
|
4191f251af
|
adjust ssr API so that user can provide server-side implementations for custom directives
|
9 years ago |
Evan You
|
38540b07e4
|
add server-rendered mark for ssr output
|
9 years ago |
Evan You
|
d08cf7c320
|
streaming renderer!
|
9 years ago |
Evan You
|
2111709e57
|
assert setting state in created hook works in ssr
|
9 years ago |
Evan You
|
018b0e5440
|
ssr hoc component (failing)
|
9 years ago |
Evan You
|
83ea6ef85d
|
update ssr with tests
|
9 years ago |