this.$refs[`popover-${index}`][0].doClose()

通过refs获取的是个数组,需要使用[0]获取。不然获取不到doClose()

  •