export default({ sayHi() { document.body.insertAdjacentHTML("beforeend","<h2>今天天气真好</h2>") } }) // console.log("a2页面") // sayHi()