jinkin1995 / vue-json-edit

Visual JSON editor built as an vue component. Provides a basic GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"TypeError: e.component is not a function" error

nargalzius opened this issue · comments

commented

Hi, I'm getting the error in the title just by following the instructions of implementation on the README.

So basically I just installed it, used the exact tag naming, data names, etc. And the UI won't load (and the console has that error)

commented

Oh nvm apparently it only works as a globally registered component. I was trying to import it on a single page.