We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在使用说明中局部引用
import JsonViewer from "vue3-json-viewer";
实际应该是
import {JsonViewer} from "vue3-json-viewer";
亲测,JsonViewer不是默认组件,使用说明中写错了,所以造成了大家都不能局部引用,修改一下吧
The text was updated successfully, but these errors were encountered:
@qiuquanwu
Sorry, something went wrong.
No branches or pull requests
在使用说明中局部引用
import JsonViewer from "vue3-json-viewer";
实际应该是
import {JsonViewer} from "vue3-json-viewer";
亲测,JsonViewer不是默认组件,使用说明中写错了,所以造成了大家都不能局部引用,修改一下吧
The text was updated successfully, but these errors were encountered: