VUE body 背景色
beforeCreate() {
document
.querySelector('body')
.setAttribute('style', 'background-color:#ebebeb;')
},
越努力越幸运~ 加油ヾ(◍°∇°◍)ノ゙
beforeCreate() {
document
.querySelector('body')
.setAttribute('style', 'background-color:#ebebeb;')
},