摘要: 一、使用this.$refs 获取的组件使用了组件懒加载<Scroll ref="scrollTop"></Scroll> components: { Scroll: () => import("@/components/scroll"), }, 分析:使用ES6懒加载的这种方式引入该组件,会将多个 阅读全文
posted @ 2023-03-25 11:21 归寻 阅读(896) 评论(0) 推荐(0)