chore: revert accidentally commented line

This commit is contained in:
Evan You 2020-07-23 14:53:09 -04:00
parent a75b8a268f
commit 3d2bdafd2f

View File

@ -594,8 +594,8 @@ function finishComponentSetup(
startMeasure(instance, `compile`) startMeasure(instance, `compile`)
} }
Component.render = compile(Component.template, { Component.render = compile(Component.template, {
isCustomElement: instance.appContext.config.isCustomElement isCustomElement: instance.appContext.config.isCustomElement,
// delimiters: Component.delimiters delimiters: Component.delimiters
}) })
if (__DEV__) { if (__DEV__) {
endMeasure(instance, `compile`) endMeasure(instance, `compile`)