vue-json-viewer
vue-json-viewer copied to clipboard
Simple JSON viewer component, for Vue.js 2 and support ssr
显示不太对
 一开始以为是响应式的问题,强制更新key发现展示还是少了。 点copy出来的结果是对的,折叠再展开也恢复正常。 ---- 试了下preview-mode,也是一样展示不对
Electron 开发调试可以正常运行,打包后运行报错:Cannot find module './clipboard-action' clipboard有人提了这个bug https://github.com/zenorocha/clipboard.js/issues/558 谢谢
```vue import JsonViewer from 'vue-json-viewer' import 'vue-json-viewer/style.css' export default { name: "app", components: { JsonViewer }, data: () => ({ jsonData: { total: 25, limit: 10, skip: 0, links: {...
为什么不能复制呀,选择json内容无法被鼠标选中?copy按钮也没有显示出来
expanded 这个怎么设置,请教~
vue3 报错

怎么设置动态展开指定行