Andy

Results 4 issues of Andy

查询了mdn script 标签上只有async 没有sync 这个属性呀

**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [x] Code style update - [ ] Refactor -...

![image](https://user-images.githubusercontent.com/33747619/50891208-be990680-1436-11e9-836a-1d5a8e6d96a2.png)

1:由于为了实现组件样式的scoped,每个css属性都必须附加上[data-v-xxxxxxxx]这样的属性。这样导致css资源大小会被扩大,感觉目前的hash有点长,不够简洁。 ![](https://raw.githubusercontent.com/VICTORYGS/imageStorage/main/vueloader_domhash.png) ![](https://raw.githubusercontent.com/VICTORYGS/imageStorage/main/vueloader_css.png) 2:时间上会有略微的提升。目前的算法,当生产环境时,为了防止碰撞,加上的source,此时hash运算会更加耗时。