vue 单独页面body css

我使用的方式是用js来设置

 

代码:

export default{
    beforeCreate: function() {
        document.getElementsByTagName("body")[0].setAttribute("style","background-color:white");
    },
    data(){
        return{
            msg:'hello vue'
        }
    }
}
posted @ 2017-09-26 13:23  cd初心  阅读(475)  评论(0编辑  收藏  举报