qiuquanwu / vue3-json-viewer

Simple JSON viewer component, for Vue.js 3.x
https://vjv-doc-qiuquanwu.vercel.app/
MIT License
103 stars 15 forks source link

局部引入失败原因 #23

Open dangweiwu opened 4 months ago

dangweiwu commented 4 months ago

在使用说明中局部引用

import JsonViewer from "vue3-json-viewer";

实际应该是

import {JsonViewer} from "vue3-json-viewer";

亲测,JsonViewer不是默认组件,使用说明中写错了,所以造成了大家都不能局部引用,修改一下吧

1340145680 commented 22 hours ago

@qiuquanwu