vue3-yuanma/packages/runtime-core/__tests__/rendererElement.spec.ts

10 lines
194 B
TypeScript
Raw Normal View History

2019-08-30 04:56:31 +08:00
describe('renderer: element', () => {
2019-08-22 10:00:48 +08:00
test.todo('with props')
test.todo('with direct text children')
test.todo('with text node children')
2019-08-23 05:13:25 +08:00
test.todo('handle already mounted VNode')
2019-08-22 10:00:48 +08:00
})