aleph-im / aleph-explorer

Simple explorer for the Aleph.im network
4 stars 2 forks source link

Fix JSON pretty print #68

Closed BjrInt closed 1 year ago

BjrInt commented 1 year ago

Problem

On some occasion the JSON payloads would not be displayed correctly. They would appear unstyled.

Solution

Bump vue-json-pretty to the latest vue-2 compatible version and import the stylesheet on every component that needs it.

Screenshots

Before After