简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
Vue 子组件使用 this.$parent 无法调用父组件中的方法
this.$parent 无法调用父组件中的方法1. 遇到的问题2. 分析3. 解决4. 总结1. 遇到的问题在开发 Vue 项目中,遇到了一个这样的问题:其中UI框架使用的是iview UI , 在子组件中利用 this.$parent.getList() 调用父组件中的 getList() 方法, 发现调用不到该方法, 然后通过 this.$parent.$parent.getList() 就
vue ts项目同时引入ant-design和element-ui,ts报错不能编译打包失败
错误信息:Subsequent property declarations must have the same type. Property ‘$confirm’ must be of type ‘(modalOptios: ModalOptions) => ModalConfirm’, but here has type ‘ElMessageBoxShortcutMethod’.Subs
pnpm install 报 ERR_PNPM_LINKING_FAILED Error: EPERM: operation not permitted, rename
针对我的项目问题, 通过我的方案, 成功解决了此报错,
到底了