Per Vue standards, why is it recommended to use PascalCase for component tags in SFC templates?
-
A
It distinguishes components from native HTML elements and aids editor support
-
B
It renders faster
-
C
It is required by the DOM parser
-
D
It enables global registration