1. <!-- Add "scoped" attribute to limit CSS to this component only -->
    2. <style scoped>
    3. </style>
    4. Vue的style中加上scoped表明仅作用于当前vue,不加的话整个页面里的vue都会受影响