vue 项目里面背景图片出不来

note: {
backgroundImage: "url(" + require("../../assets/images/background.png") + ")",
backgroundSize: "cover",
backgroundPosition: "center",
position: "relative",
},

note: {
backgroundImage: "url(" + require("../../assets/images/background.png") + ")",
backgroundSize: "cover",
backgroundPosition: "center",
position: "relative",
},