In some popular Vue component library like iView for instance. the tag is case sensitive. ```html <Button>Default</Button> ``` expected result should be ```pug Button Default ``` instead of the lower case one