TSY-and-CIJ / GitHub-Pages-base

基於 GitHub Pages 的 blog 基底 | Demo: https://tsy-and-cij.github.io/GitHub-Pages-base/
MIT License
0 stars 2 forks source link

Fix js coding style #5

Closed RainyRuRu closed 6 years ago

RainyRuRu commented 6 years ago

https://github.com/TSY-and-CIJ/GitHub-Pages-base/blob/master/src/components/Rating.vue#L23

這種地方可以直接寫成

functionName() {
 ... your code
}
snoopy2199 commented 6 years ago

@RainyRuRu verify please ❤️

RainyRuRu commented 6 years ago

oops ! U Miss it ! https://github.com/TSY-and-CIJ/GitHub-Pages-base/blob/master/src/components/Rating.vue

RainyRuRu commented 6 years ago

Nice !