简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
vue监听scroll事件
很小的功能,记录一下mounted() {window.addEventListener('scroll', this.handleScroll, true)},methods: {handleScroll: function() {console.log(window.scrollY)}}
el-dialog作为子组件使用,点击自带关闭按钮报错
el-dialog作为子组件使用时,点击dialog自带关闭按钮会报错:[Vue warn]: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property ba
到底了