8👍
I just saw this error and came across this post. In my case I think my IDE had automatically added an import
for vue/types/umd
as I was experimenting with the nextTick
function. It may have been a sloppy keyboard combo in my part, I’m not sure.
Removing that rogue import line solved the problem for me.
(Assume you’ve solved this by now, adding my answer for posterity.)
- [Vuejs]-In Table component, is there a way to use customRender to both set a slot name and a rowSpan
Source:stackexchange.com