vue-改变body的css样式
beforeCreate() {
('body').setAttribute('style', 'background-color:#f4f4f4; color:#666666;')
},
beforeDestroy() {
('style')
},
beforeCreate() {
('body').setAttribute('style', 'background-color:#f4f4f4; color:#666666;')
},
beforeDestroy() {
('style')
},