@@ -607,7 +607,8 @@ function finishComponentSetup(
|
||||
startMeasure(instance, `compile`)
|
||||
}
|
||||
Component.render = compile(Component.template, {
|
||||
isCustomElement: instance.appContext.config.isCustomElement || NO
|
||||
isCustomElement: instance.appContext.config.isCustomElement
|
||||
// delimiters: Component.delimiters
|
||||
})
|
||||
if (__DEV__) {
|
||||
endMeasure(instance, `compile`)
|
||||
|
||||
@@ -321,6 +321,9 @@ interface LegacyOptions<
|
||||
renderTracked?: DebuggerHook
|
||||
renderTriggered?: DebuggerHook
|
||||
errorCaptured?: ErrorCapturedHook
|
||||
|
||||
// runtime compile only
|
||||
delimiters?: [string, string]
|
||||
}
|
||||
|
||||
export type OptionTypesKeys = 'P' | 'B' | 'D' | 'C' | 'M'
|
||||
|
||||
Reference in New Issue
Block a user