https://widget.qweather.com/
<span id="he-plugin-simple"></span>
created() {
this.weather()
}
weather() {
window.WIDGET = {
CONFIG: {
modules: "02",
background: "5",
tmpColor: "FFFFFF",
tmpSize: "16",
cityColor: "FFFFFF",
citySize: "16",
aqiColor: "FFFFFF",
aqiSize: "16",
weatherIconSize: "24",
alertIconSize: "18",
padding: "0px 0px 0px 0px",
shadow: "0",
language: "auto",
fixed: "false",
vertical: "top",
horizontal: "left",
city: "CN101220101",
key: "e88228fd83424b8ea34df27df2a49028",
},
};
(function (d) {
// var c = d.createElement("link");
// c.rel = "stylesheet";
// c.href =
// "https://widget.qweather.net/simple/static/js/he-simple-common.js?v=2.0";
var s = d.createElement("script");
s.src =
"https://widget.qweather.net/simple/static/js/he-simple-common.js?v=2.0";
var sn = d.getElementsByTagName("script")[0];
// sn.parentNode.insertBefore(c, sn);
sn.parentNode.insertBefore(s, sn);
})(document);
},