5SSS / vue-json-compare

vue(2.x) json compare components,live demo:https://codesandbox.io/s/suspicious-elion-bwl6v?file=/src/App.vue
MIT License
45 stars 11 forks source link

Error: Can't resolve './tree' in '...../node_modules/vue-json-compare/src' #1

Closed sbefort closed 4 years ago

sbefort commented 4 years ago

In vuejsoncompare.vue, change: import tree from './tree'

To: import tree from './tree.vue'

5SSS commented 4 years ago

Thank you very much for sending this issue!