1. web components 不能自闭合,例如 <fat-page-item />这样不行,如果后面有拼接的话,它会嵌套后面的内容
2. web components 的attribute必须小写,否则在attributeChangedCallback中监听不到变化