Migration to Vue 3, Part 5. – Custom Elements

The checks to determine whether tags should be treated as custom elements are now performed during template compilation, and should be configured via compiler options instead of runtime config. Vue …