We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0799708 commit b953ec8Copy full SHA for b953ec8
src/core/compiler/transforms/transformElement.ts
@@ -263,13 +263,14 @@ function transformProp(
263
context.directive.add(name)
264
}
265
266
- context.registerOperation({
267
- type: IRNodeTypes.WITH_DIRECTIVE,
268
- element: context.reference(),
269
- dir: prop,
270
- name,
271
- asset: !fromSetup,
272
- })
+ // TODO
+ // context.registerOperation({
+ // type: IRNodeTypes.WITH_DIRECTIVE,
+ // element: context.reference(),
+ // dir: prop,
+ // name,
+ // asset: !fromSetup,
273
+ // })
274
275
276
0 commit comments