chore: revert accidentally commented line
This commit is contained in:
parent
a75b8a268f
commit
3d2bdafd2f
@ -594,8 +594,8 @@ function finishComponentSetup(
|
||||
startMeasure(instance, `compile`)
|
||||
}
|
||||
Component.render = compile(Component.template, {
|
||||
isCustomElement: instance.appContext.config.isCustomElement
|
||||
// delimiters: Component.delimiters
|
||||
isCustomElement: instance.appContext.config.isCustomElement,
|
||||
delimiters: Component.delimiters
|
||||
})
|
||||
if (__DEV__) {
|
||||
endMeasure(instance, `compile`)
|
||||
|
Loading…
Reference in New Issue
Block a user