chore: revert accidentally commented line
This commit is contained in:
parent
a75b8a268f
commit
3d2bdafd2f
@ -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`)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user