vue--scoped

作者: 开着五菱宏光的小白 | 来源:发表于2019-04-19 11:36 被阅读0次

    使用scoped属性可以将样式只应用于当前组件中

    <template>
    </template>
    <script>
    </script>
    <style scoped>
    </style>
    

    相关文章

      网友评论

        本文标题:vue--scoped

        本文链接:https://www.haomeiwen.com/subject/iybzvqtx.html