Skip to main

Using Vue NodeTransforms to modify HTML attributes

1 min read

I was poking around @vue/compiler-core and @vue/compiler-sfc source, reading about how Vue templates are compiled and stumbled across NodeTransform. Vue compiler applies or calls any transformations on the ChildNode while traversing it.