Using Vue NodeTransforms to modify HTML attributes
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.