首先认识一下 BODY_ATTRS
他可以在页面单独设置
js
head () {
return {
bodyAttrs: {
form: 'form-body'
}
};
},
设置完效果是只有这个页面会加上

接下来在APP.vue中添加样式