vue-json-viewer
vue-json-viewer copied to clipboard
Simple JSON viewer component, for Vue.js 2 and support ssr
2.2.22版本 sort 属性不生效,不管设置true/false,都会排序   
类似2.2.12版本的地址:https://github.com/chenfengjw163/vue-json-viewer/archive/refs/tags/2.2.12.tar.gz
Cannot find module 'clipboard' Require stack:
我想加上,但是我不知道我会不会写这个
``` const clipBoard = new Clipboard(this.$refs.clip, { container: this.$refs.viewer, text: () => { return JSON.stringify(this.value, null, 2) } }); ``` value如果是字符串不需要JSON.stringify ``` const clipBoard = new Clipboard(this.$refs.clip, { container: this.$refs.viewer,...
在弹窗中,copy按钮点击事件未触发
Bumps [webpack](https://github.com/webpack/webpack) from 4.29.6 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...