feat(runtime-core): async component support
This commit is contained in:
@@ -379,6 +379,9 @@ describe('SSR hydration', () => {
|
||||
expect(container.innerHTML).toMatch(`<span>2</span><span>3</span>`)
|
||||
})
|
||||
|
||||
// TODO
|
||||
test.todo('async component')
|
||||
|
||||
describe('mismatch handling', () => {
|
||||
test('text node', () => {
|
||||
const { container } = mountWithHydration(`foo`, () => 'bar')
|
||||
|
||||
Reference in New Issue
Block a user