Procházet zdrojové kódy

chore: revert accidentally commented line

Evan You před 5 roky
rodič
revize
3d2bdafd2f
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      packages/runtime-core/src/component.ts

+ 2 - 2
packages/runtime-core/src/component.ts

@@ -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`)