logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

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

#前端#typescript
pnpm install 报 ERR_PNPM_LINKING_FAILED Error: EPERM: operation not permitted, rename

针对我的项目问题, 通过我的方案, 成功解决了此报错,

#node.js#npm
到底了