chore: comments [ci skip]

This commit is contained in:
Evan You 2019-10-23 15:19:55 -04:00
parent 3b613cbecd
commit 9291011456

View File

@ -40,7 +40,7 @@ export function renderComponentRoot(
slots,
emit
})
: render(props, null as any /* we know it doesn't it */)
: render(props, null as any /* we know it doesn't need it */)
)
}
} catch (err) {