Appearance
必须使用有效的属性名
这条规则用于检测无效的HTML属性。
属性名应遵循HTML属性命名规范。
<template> <p 0abc></p> </template>
<template> <p foo.bar></p> </template>