yourtion / vue-json-ui-editor

Edit JSON in UI form with JSON Schema and Vue.js
http://jsonui.js.org/
MIT License
507 stars 97 forks source link

This relative module was not found #59

Open jinruyan opened 5 years ago

jinruyan commented 5 years ago

ERROR Failed to compile with 1 errors 16:43:10

This relative module was not found:

Anybody can help?

djfpaagman commented 5 years ago

Replacing the relative import with this worked for me:

import JsonEditor from 'vue-json-ui-editor';