vue-json-viewer icon indicating copy to clipboard operation
vue-json-viewer copied to clipboard

Simple JSON viewer component, for Vue.js 2 and support ssr

Results 41 vue-json-viewer issues
Sort by recently updated
recently updated
newest added
trafficstars

![image](https://user-images.githubusercontent.com/44965163/206118164-12700e28-19bf-4155-82f6-e520a65dc721.png) 一开始以为是响应式的问题,强制更新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按钮也没有显示出来

![image](https://user-images.githubusercontent.com/34205271/158959618-6bc107c3-b716-40db-b9ac-a52fffb45aef.png)

怎么设置动态展开指定行