Alpaca

Results 17 comments of Alpaca
trafficstars

you can try this way: ```javascript import dynamic from 'next/dynamic'; const DynamicReactCompare = dynamic(() => import('react-json-view-compare'), { ssr: false, }); ``` and notice your react and reac-dom version,this is my...

Haha. Okay.

This component can only show diff, But you can use the [https://github.com/5SSS/vue-json] component to display the old and new Data in other place on the page. I hope this can...

我的大概思路是,用正则替换掉关键词。 ```javascript let panter = new RegExp(关键词, 'g') 该行字符串.replace(panter, '' + 关键词 + '') ``` ps:如果是vue项目,直接与v-html结合使用更爽哦~

Hey bro, i'm sorry for seen this issue for a long time. you can fork this repo and fix it by yourself... because i don't have much time to update...

I have published '[email protected]' right now. Sorry to take long time to see.

In fact, you can fork it, and published by yourself. Because i don't check my github frequently.