其他分享
首页 > 其他分享> > vue3 jest+element-plus若报错

vue3 jest+element-plus若报错

作者:互联网

在这里插入图片描述
若在单测编写中报上述错误

  const wrapper = mount(Component, {
    global: {
      plugins: [ElementPlus]
    }
  })

标签:const,mount,global,Component,element,plus,jest,报错
来源: https://blog.csdn.net/weixin_43811701/article/details/120527686