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

2.2.22版本 sort 属性不生效,不管设置true/false,都会排序 ![image](https://user-images.githubusercontent.com/30823536/218063107-083e6e3b-cb2b-490a-89d5-c1974e6031fc.png) ![image](https://user-images.githubusercontent.com/30823536/218063284-3b646977-8500-4728-90ab-acdfe0d8769b.png) ![image](https://user-images.githubusercontent.com/30823536/218063389-43398774-c5ef-4799-b560-c6a6472a0206.png)

类似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...

dependencies