export default { props: { todo: Object }, template: `
`, methods:{ //返回顶部 scrollToTop() { window.scrollTo({ top: 0, behavior: "smooth" }); }, } }