Evan You
|
573bcb2e11
|
refactor(runtime-core): remove the need for currentSuspense
|
2020-03-30 11:49:51 -04:00 |
|
Evan You
|
c01930e60b
|
feat(asyncComponent): retry support
BREAKING CHANGE: async component `error` and `loading` options have been
renamed to `errorComponent` and `loadingComponent` respectively.
|
2020-03-26 20:58:31 -04:00 |
|
Cédric Exbrayat
|
ebc587376c
|
refactor(runtime-core): rename createAsyncComponent to defineAsyncComponent (#888)
BREAKING CHANGE: `createAsyncComponent` has been renamed to `defineAsyncComponent` for consistency with `defineComponent`.
|
2020-03-26 11:59:54 -04:00 |
|
Evan You
|
cba2f1aadb
|
feat(asyncComponent): SSR/hydration support for async component
|
2020-03-23 16:14:56 -04:00 |
|
Evan You
|
c3bb3169f4
|
feat(runtime-core): async component support
|
2020-03-21 16:01:08 -04:00 |
|