Skip to content

Commit 956d490

Browse files
authored
fix: import bug
1 parent 8176cbb commit 956d490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const SCHEMA = {
5656
},
5757
};
5858
// import vue-json-ui-editor
59-
import JsonEditor from '../../src/JsonEditor.vue';
59+
import JsonEditor from 'vue-json-ui-editor';
6060
export default {
6161
components: { JsonEditor },
6262
data: () => ({

0 commit comments

Comments
 (0)